Html Css Color HEX #9AB0CB Polo Blue

📋 copy color: '#9AB0CB'

red 154 ◦ green 176 ◦ blue 203

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

Shades of Polo Blue #9AB0CB

Tints of Polo Blue #9AB0CB

RGB

 RED value IS 154 (60.55% from 255) = 28.89%

 GREEN value IS 176 (69.14% from 255) = 33.02%

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

R = 28.89%
G = 33.02%
B = 38.09%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9AB0CB (or 0x9AB0CB) is known color: Polo Blue. HEX triplet: 9A, B0 and CB. RGB value is (154,176,203). Sum of RGB (Red+Green+Blue) = 154+176+203=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0CB is #654F34. Grayscale: #ACACAC. Windows color (decimal): -6639413 or 13349018. OLE color: 13349018.

HSL color Cylindrical-coordinate representation of color #9AB0CB: hue angle of 213.06º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB0CB is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 176 203 -
CMYK 0.24 0.13 0 0.20
HSL 213.06º 0.32% 0.7% -
HSV(B) 213.06º 0.24% 0.8% -
XYZ 39.63 42.23 62.56 -
YUV 172.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 154 176 203 0.24 0.13 0 0.20 213.06 0.32 0.7
Hex 9A B0 CB 18 D 0 14 D5 20 46
Octal 232 260 313 30 15 0 24 325 40 106
Binary 10011010 10110000 11001011 11000 1101 0 10100 11010101 100000 1000110

Color Harmonies of #9AB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB0CB

Black with #9AB0CB

Text Example


Text Example

White with #9AB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB0CB; }

 p { color: rgb(154,176,203); }

 H1.HeaderClassName
 {
   color: #9AB0CB;
 }
 .AnyTagClassName
 {
   color: #9AB0CB;
 }
</style>

background-color css

<style>
 a { background-color: #9AB0CB; }

 a { background-color: rgb(154,176,203); }

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

border-color css

<style>
 span { border-color: #9AB0CB; }

 span { border-color: rgb(154,176,203); }

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