#95B2CD

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

Shades of Polo Blue #95B2CD

Tints of Polo Blue #95B2CD

Color information

#95B2CD (or 0x95B2CD) is unknown color: approx Polo Blue. HEX triplet: 95, B2 and CD. RGB value is (149,178,205). Sum of RGB (Red+Green+Blue) = 149+178+205=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #95B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B2CD is #6A4D32. Grayscale: #ACACAC. Windows color (decimal): -6966579 or 13480597. OLE color: 13480597.

HSL color Cylindrical-coordinate representation of color #95B2CD: hue angle of 208.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95B2CD is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB149178205-
CMYK0.270.1300.20
HSL208.93º35.9%69.41%-
HSV(B)208.93º27.32%80.39%-
XYZ39.3342.6463.91-
YUV172.41146.39111.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 178 (69.92% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=28.01%
G=33.46%
B=38.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491782050.270.1300.20208.9335.969.41
Hex95B2CD1BD014d12445
Octal225262315331502432144105
Binary100101011011001011001101110111101010100110100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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