#95A8CE

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

Shades of Polo Blue #95A8CE

Tints of Polo Blue #95A8CE

Color information

#95A8CE (or 0x95A8CE) is unknown color: approx Polo Blue. HEX triplet: 95, A8 and CE. RGB value is (149,168,206). Sum of RGB (Red+Green+Blue) = 149+168+206=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #95A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8CE is #6A5731. Grayscale: #A6A6A6. Windows color (decimal): -6969138 or 13543573. OLE color: 13543573.

HSL color Cylindrical-coordinate representation of color #95A8CE: hue angle of 220º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95A8CE is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149168206-
CMYK0.280.1800.19
HSL220º36.77%69.61%-
HSV(B)220º27.67%80.78%-
XYZ37.5438.8563.91-
YUV166.65150.21115.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.49%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=28.49%
G=32.12%
B=39.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491682060.280.1800.1922036.7769.61
Hex95A8CE1C12013dc2546
Octal225250316342202333445106
Binary1001010110101000110011101110010010010011110111001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A8CE; }

 p { color: rgb(149,168,206); }

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

<style>
 a { background-color: #95A8CE; }

 a { background-color: rgb(149,168,206); }

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

<style>
 span { border-color: #95A8CE; }

 span { border-color: rgb(149,168,206); }

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