#95B5CE

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

Shades of Polo Blue #95B5CE

Tints of Polo Blue #95B5CE

Color information

#95B5CE (or 0x95B5CE) is unknown color: approx Polo Blue. HEX triplet: 95, B5 and CE. RGB value is (149,181,206). Sum of RGB (Red+Green+Blue) = 149+181+206=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #95B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5CE is #6A4A31. Grayscale: #AEAEAE. Windows color (decimal): -6965810 or 13546901. OLE color: 13546901.

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

Color convert

RGB149181206-
CMYK0.280.1200.19
HSL206.32º36.77%69.61%-
HSV(B)206.32º27.67%80.78%-
XYZ40.0643.8964.75-
YUV174.28145.9109.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=27.80%
G=33.77%
B=38.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491812060.280.1200.19206.3236.7769.61
Hex95B5CE1CC013ce2546
Octal225265316341402331645106
Binary100101011011010111001110111001100010011110011101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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