#9AB8CF

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

Shades of Polo Blue #9AB8CF

Tints of Polo Blue #9AB8CF

Color information

#9AB8CF (or 0x9AB8CF) is unknown color: approx Polo Blue. HEX triplet: 9A, B8 and CF. RGB value is (154,184,207). Sum of RGB (Red+Green+Blue) = 154+184+207=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8CF is #654730. Grayscale: #B1B1B1. Windows color (decimal): -6637361 or 13613210. OLE color: 13613210.

HSL color Cylindrical-coordinate representation of color #9AB8CF: hue angle of 206.04º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB8CF is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB154184207-
CMYK0.260.1100.19
HSL206.04º35.57%70.78%-
HSV(B)206.04º25.6%81.18%-
XYZ41.7345.6665.64-
YUV177.65144.56111.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=28.26%
G=33.76%
B=37.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541842070.260.1100.19206.0435.5770.78
Hex9AB8CF1AB013ce2447
Octal232270317321302331644107
Binary100110101011100011001111110101011010011110011101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,207); }

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

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

 a { background-color: rgb(154,184,207); }

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

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

 span { border-color: rgb(154,184,207); }

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