#95B0DD

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

Shades of Polo Blue #95B0DD

Tints of Polo Blue #95B0DD

Color information

#95B0DD (or 0x95B0DD) is unknown color: approx Polo Blue. HEX triplet: 95, B0 and DD. RGB value is (149,176,221). Sum of RGB (Red+Green+Blue) = 149+176+221=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0DD is #6A4F22. Grayscale: #ACACAC. Windows color (decimal): -6967075 or 14528661. OLE color: 14528661.

HSL color Cylindrical-coordinate representation of color #95B0DD: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95B0DD is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149176221-
CMYK0.330.2000.13
HSL217.5º51.43%72.55%-
HSV(B)217.5º32.58%86.67%-
XYZ40.9742.6674.48-
YUV173.06155.05110.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.29%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=27.29%
G=32.23%
B=40.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491762210.330.2000.13217.551.4372.55
Hex95B0DD21140Dda3349
Octal225260335412401533263111
Binary1001010110110000110111011000011010001101110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,176,221); }

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

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

 a { background-color: rgb(149,176,221); }

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

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

 span { border-color: rgb(149,176,221); }

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