Html Css Color HEX #92ADCB Polo Blue

📋 copy color: '#92ADCB'

red 146 ◦ green 173 ◦ blue 203

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

Shades of Polo Blue #92ADCB

Tints of Polo Blue #92ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

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

R = 27.97%
G = 33.14%
B = 38.89%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#92ADCB (or 0x92ADCB) is known color: Polo Blue. HEX triplet: 92, AD and CB. RGB value is (146,173,203). Sum of RGB (Red+Green+Blue) = 146+173+203=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #92ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADCB is #6D5234. Grayscale: #A8A8A8. Windows color (decimal): -7164469 or 13348242. OLE color: 13348242.

HSL color Cylindrical-coordinate representation of color #92ADCB: hue angle of 211.58º 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 #92ADCB is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 173 203 -
CMYK 0.28 0.15 0 0.20
HSL 211.58º 0.35% 0.68% -
HSV(B) 211.58º 0.28% 0.8% -
XYZ 37.58 40.31 62.3 -
YUV 168.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 146 173 203 0.28 0.15 0 0.20 211.58 0.35 0.68
Hex 92 AD CB 1C F 0 14 D4 23 44
Octal 222 255 313 34 17 0 24 324 43 104
Binary 10010010 10101101 11001011 11100 1111 0 10100 11010100 100011 1000100

Color Harmonies of #92ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ADCB

Black with #92ADCB

Text Example


Text Example

White with #92ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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