#95B2CE

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

Shades of Polo Blue #95B2CE

Tints of Polo Blue #95B2CE

Color information

#95B2CE (or 0x95B2CE) is unknown color: approx Polo Blue. HEX triplet: 95, B2 and CE. RGB value is (149,178,206). Sum of RGB (Red+Green+Blue) = 149+178+206=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #95B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2CE is #6A4D31. Grayscale: #ACACAC. Windows color (decimal): -6966578 or 13546133. OLE color: 13546133.

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

Color convert

RGB149178206-
CMYK0.280.1400.19
HSL209.47º36.77%69.61%-
HSV(B)209.47º27.67%80.78%-
XYZ39.4642.6964.55-
YUV172.52146.89111.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 178 (69.92% from 255) = 33.40%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=27.95%
G=33.40%
B=38.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491782060.280.1400.19209.4736.7769.61
Hex95B2CE1CE013d12546
Octal225262316341602332145106
Binary100101011011001011001110111001110010011110100011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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