#9AB4CC

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

Shades of Polo Blue #9AB4CC

Tints of Polo Blue #9AB4CC

Color information

#9AB4CC (or 0x9AB4CC) is unknown color: approx Polo Blue. HEX triplet: 9A, B4 and CC. RGB value is (154,180,204). Sum of RGB (Red+Green+Blue) = 154+180+204=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #9AB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4CC is #654B33. Grayscale: #AEAEAE. Windows color (decimal): -6638388 or 13415578. OLE color: 13415578.

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

Color convert

RGB154180204-
CMYK0.250.1200.2
HSL208.8º32.89%70.2%-
HSV(B)208.8º24.51%80%-
XYZ40.5543.8763.46-
YUV174.96144.39113.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=28.62%
G=33.46%
B=37.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1541802040.250.1200.2208.832.8970.2
Hex9AB4CC19C014d12146
Octal232264314311402432141106
Binary100110101011010011001100110011100010100110100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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