#95B5CD

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

Shades of Polo Blue #95B5CD

Tints of Polo Blue #95B5CD

Color information

#95B5CD (or 0x95B5CD) is unknown color: approx Polo Blue. HEX triplet: 95, B5 and CD. RGB value is (149,181,205). Sum of RGB (Red+Green+Blue) = 149+181+205=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 181 (71.09% from 255 or 33.83% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #95B5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B5CD is #6A4A32. Grayscale: #AEAEAE. Windows color (decimal): -6965811 or 13481365. OLE color: 13481365.

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

Color convert

RGB149181205-
CMYK0.270.1200.20
HSL205.71º35.9%69.41%-
HSV(B)205.71º27.32%80.39%-
XYZ39.9443.8564.12-
YUV174.17145.4110.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 181 (71.09% from 255) = 33.83%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=27.85%
G=33.83%
B=38.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1491812050.270.1200.20205.7135.969.41
Hex95B5CD1BC014ce2445
Octal225265315331402431644105
Binary100101011011010111001101110111100010100110011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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