#9AB3CA

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

Shades of Polo Blue #9AB3CA

Tints of Polo Blue #9AB3CA

Color information

#9AB3CA (or 0x9AB3CA) is unknown color: approx Polo Blue. HEX triplet: 9A, B3 and CA. RGB value is (154,179,202). Sum of RGB (Red+Green+Blue) = 154+179+202=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #9AB3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB3CA is #654C35. Grayscale: #AEAEAE. Windows color (decimal): -6638646 or 13284250. OLE color: 13284250.

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

Color convert

RGB154179202-
CMYK0.240.1100.21
HSL208.75º31.17%69.8%-
HSV(B)208.75º23.76%79.22%-
XYZ40.1143.3762.14-
YUV174.15143.72113.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=28.79%
G=33.46%
B=37.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541792020.240.1100.21208.7531.1769.8
Hex9AB3CA18B015d11f46
Octal232263312301302532137106
Binary10011010101100111100101011000101101010111010001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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