Html Css Color HEX #92BECB Regent St Blue

📋 copy color: '#92BECB'

red 146 ◦ green 190 ◦ blue 203

#92BECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #92BECB

Tints of Regent St Blue #92BECB

RGB

 RED value IS 146 (57.42% from 255) = 27.09%

 GREEN value IS 190 (74.61% from 255) = 35.25%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 27.09%
G = 35.25%
B = 37.66%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#92BECB (or 0x92BECB) is known color: Regent St Blue. HEX triplet: 92, BE and CB. RGB value is (146,190,203). Sum of RGB (Red+Green+Blue) = 146+190+203=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #92BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BECB is #6D4134. Grayscale: #B2B2B2. Windows color (decimal): -7160117 or 13352594. OLE color: 13352594.

HSL color Cylindrical-coordinate representation of color #92BECB: hue angle of 193.68º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92BECB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 190 203 -
CMYK 0.28 0.06 0 0.20
HSL 193.68º 0.35% 0.68% -
HSV(B) 193.68º 0.28% 0.8% -
XYZ 41.05 47.25 63.46 -
YUV 178.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 146 190 203 0.28 0.06 0 0.20 193.68 0.35 0.68
Hex 92 BE CB 1C 6 0 14 C2 23 44
Octal 222 276 313 34 6 0 24 302 43 104
Binary 10010010 10111110 11001011 11100 110 0 10100 11000010 100011 1000100

Color Harmonies of #92BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BECB

Black with #92BECB

Text Example


Text Example

White with #92BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92BECB; }

 p { color: rgb(146,190,203); }

 H1.HeaderClassName
 {
   color: #92BECB;
 }
 .AnyTagClassName
 {
   color: #92BECB;
 }
</style>

background-color css

<style>
 a { background-color: #92BECB; }

 a { background-color: rgb(146,190,203); }

 div.DivClassName
 {
   background-color: #92BECB;
 }
 .BgClassName
 {
   background-color: #92BECB;
 }
</style>

border-color css

<style>
 span { border-color: #92BECB; }

 span { border-color: rgb(146,190,203); }

 td.TdClassName
 {
   border-color: #92BECB;
 }
 .TagClassName
 {
   border-color: #92BECB;
 }
</style>