#95B8CE

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

Shades of Polo Blue #95B8CE

Tints of Polo Blue #95B8CE

Color information

#95B8CE (or 0x95B8CE) is unknown color: approx Polo Blue. HEX triplet: 95, B8 and CE. RGB value is (149,184,206). Sum of RGB (Red+Green+Blue) = 149+184+206=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #95B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8CE is #6A4731. Grayscale: #AFAFAF. Windows color (decimal): -6965042 or 13547669. OLE color: 13547669.

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

Color convert

RGB149184206-
CMYK0.280.1100.19
HSL203.16º36.77%69.61%-
HSV(B)203.16º27.67%80.78%-
XYZ40.6845.1364.96-
YUV176.04144.9108.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=27.64%
G=34.14%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491842060.280.1100.19203.1636.7769.61
Hex95B8CE1CB013cb2546
Octal225270316341302331345106
Binary100101011011100011001110111001011010011110010111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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