Html Css Color HEX #9AB1CC Polo Blue

📋 copy color: '#9AB1CC'

red 154 ◦ green 177 ◦ blue 204

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

Shades of Polo Blue #9AB1CC

Tints of Polo Blue #9AB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.08%

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 28.79%
G = 33.08%
B = 38.13%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9AB1CC (or 0x9AB1CC) is known color: Polo Blue. HEX triplet: 9A, B1 and CC. RGB value is (154,177,204). Sum of RGB (Red+Green+Blue) = 154+177+204=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB1CC is #654E33. Grayscale: #ADADAD. Windows color (decimal): -6639156 or 13414810. OLE color: 13414810.

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

Color convert

RGB 154 177 204 -
CMYK 0.25 0.13 0 0.2
HSL 212.4º 0.33% 0.7% -
HSV(B) 212.4º 0.25% 0.8% -
XYZ 39.95 42.67 63.26 -
YUV 173.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 154 177 204 0.25 0.13 0 0.2 212.4 0.33 0.7
Hex 9A B1 CC 19 D 0 14 D4 21 46
Octal 232 261 314 31 15 0 24 324 41 106
Binary 10011010 10110001 11001100 11001 1101 0 10100 11010100 100001 1000110

Color Harmonies of #9AB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1CC

Black with #9AB1CC

Text Example


Text Example

White with #9AB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,177,204); }

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

background-color css

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

 a { background-color: rgb(154,177,204); }

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

border-color css

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

 span { border-color: rgb(154,177,204); }

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