#95B4DD

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

Shades of Polo Blue #95B4DD

Tints of Polo Blue #95B4DD

Color information

#95B4DD (or 0x95B4DD) is unknown color: approx Polo Blue. HEX triplet: 95, B4 and DD. RGB value is (149,180,221). Sum of RGB (Red+Green+Blue) = 149+180+221=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #95B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4DD is #6A4B22. Grayscale: #AFAFAF. Windows color (decimal): -6966051 or 14529685. OLE color: 14529685.

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

Color convert

RGB149180221-
CMYK0.330.1900.13
HSL214.17º51.43%72.55%-
HSV(B)214.17º32.58%86.67%-
XYZ41.7744.2574.75-
YUV175.4153.73109.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=27.09%
G=32.73%
B=40.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491802210.330.1900.13214.1751.4372.55
Hex95B4DD21130Dd63349
Octal225264335412301532663111
Binary1001010110110100110111011000011001101101110101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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