#95B1CE

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

Shades of Polo Blue #95B1CE

Tints of Polo Blue #95B1CE

Color information

#95B1CE (or 0x95B1CE) is unknown color: approx Polo Blue. HEX triplet: 95, B1 and CE. RGB value is (149,177,206). Sum of RGB (Red+Green+Blue) = 149+177+206=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #95B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B1CE is #6A4E31. Grayscale: #ABABAB. Windows color (decimal): -6966834 or 13545877. OLE color: 13545877.

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

Color convert

RGB149177206-
CMYK0.280.1400.19
HSL210.53º36.77%69.61%-
HSV(B)210.53º27.67%80.78%-
XYZ39.2642.2964.49-
YUV171.93147.22111.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 206 (80.86% from 255) = 38.72%
R=28.01%
G=33.27%
B=38.72%

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
Decimal1491772060.280.1400.19210.5336.7769.61
Hex95B1CE1CE013d32546
Octal225261316341602332345106
Binary100101011011000111001110111001110010011110100111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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