Html Css Color HEX #92ABCB Polo Blue

📋 copy color: '#92ABCB'

red 146 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #92ABCB

Tints of Polo Blue #92ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.88%

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

R = 28.08%
G = 32.88%
B = 39.04%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#92ABCB (or 0x92ABCB) is known color: Polo Blue. HEX triplet: 92, AB and CB. RGB value is (146,171,203). Sum of RGB (Red+Green+Blue) = 146+171+203=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #92ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABCB is #6D5434. Grayscale: #A7A7A7. Windows color (decimal): -7164981 or 13347730. OLE color: 13347730.

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

Color convert

RGB 146 171 203 -
CMYK 0.28 0.16 0 0.20
HSL 213.68º 0.35% 0.68% -
HSV(B) 213.68º 0.28% 0.8% -
XYZ 37.2 39.55 62.17 -
YUV 167.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 146 171 203 0.28 0.16 0 0.20 213.68 0.35 0.68
Hex 92 AB CB 1C 10 0 14 D6 23 44
Octal 222 253 313 34 20 0 24 326 43 104
Binary 10010010 10101011 11001011 11100 10000 0 10100 11010110 100011 1000100

Color Harmonies of #92ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92ABCB

Black with #92ABCB

Text Example


Text Example

White with #92ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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