Html Css Color HEX #9AB3CB Polo Blue

📋 copy color: '#9AB3CB'

red 154 ◦ green 179 ◦ blue 203

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

Shades of Polo Blue #9AB3CB

Tints of Polo Blue #9AB3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 28.73%
G = 33.4%
B = 37.87%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9AB3CB (or 0x9AB3CB) is known color: Polo Blue. HEX triplet: 9A, B3 and CB. RGB value is (154,179,203). Sum of RGB (Red+Green+Blue) = 154+179+203=536 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.73% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AB3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3CB is #654C34. Grayscale: #AEAEAE. Windows color (decimal): -6638645 or 13349786. OLE color: 13349786.

HSL color Cylindrical-coordinate representation of color #9AB3CB: hue angle of 209.39º 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 #9AB3CB is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 179 203 -
CMYK 0.24 0.12 0 0.20
HSL 209.39º 0.32% 0.7% -
HSV(B) 209.39º 0.24% 0.8% -
XYZ 40.23 43.42 62.76 -
YUV 174.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 154 179 203 0.24 0.12 0 0.20 209.39 0.32 0.7
Hex 9A B3 CB 18 C 0 14 D1 20 46
Octal 232 263 313 30 14 0 24 321 40 106
Binary 10011010 10110011 11001011 11000 1100 0 10100 11010001 100000 1000110

Color Harmonies of #9AB3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB3CB

Black with #9AB3CB

Text Example


Text Example

White with #9AB3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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