#9AB7CF

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

Shades of Polo Blue #9AB7CF

Tints of Polo Blue #9AB7CF

Color information

#9AB7CF (or 0x9AB7CF) is unknown color: approx Polo Blue. HEX triplet: 9A, B7 and CF. RGB value is (154,183,207). Sum of RGB (Red+Green+Blue) = 154+183+207=544 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.31% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #9AB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB7CF is #654830. Grayscale: #B0B0B0. Windows color (decimal): -6637617 or 13612954. OLE color: 13612954.

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

Color convert

RGB154183207-
CMYK0.260.1200.19
HSL207.17º35.57%70.78%-
HSV(B)207.17º25.6%81.18%-
XYZ41.5245.2465.58-
YUV177.06144.89111.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.31%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=28.31%
G=33.64%
B=38.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1541832070.260.1200.19207.1735.5770.78
Hex9AB7CF1AC013cf2447
Octal232267317321402331744107
Binary100110101011011111001111110101100010011110011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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