#9AB0CA

Color #9AB0CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #9AB0CA

Tints of Polo Blue #9AB0CA

Color information

#9AB0CA (or 0x9AB0CA) is unknown color: approx Polo Blue. HEX triplet: 9A, B0 and CA. RGB value is (154,176,202). Sum of RGB (Red+Green+Blue) = 154+176+202=532 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.95% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0CA is #654F35. Grayscale: #ACACAC. Windows color (decimal): -6639414 or 13283482. OLE color: 13283482.

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

Color convert

RGB154176202-
CMYK0.240.1300.21
HSL212.5º31.17%69.8%-
HSV(B)212.5º23.76%79.22%-
XYZ39.5142.1861.94-
YUV172.39144.71114.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.95%
GREEN value IS 176 (69.14% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=28.95%
G=33.08%
B=37.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541762020.240.1300.21212.531.1769.8
Hex9AB0CA18D015d41f46
Octal232260312301502532437106
Binary10011010101100001100101011000110101010111010100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9AB0CA;
 }
 .AnyTagClassName
 {
   color: #9AB0CA;
 }
</style>
background-color css

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

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

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

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

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

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