#95B4DC

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

Shades of Polo Blue #95B4DC

Tints of Polo Blue #95B4DC

Color information

#95B4DC (or 0x95B4DC) is unknown color: approx Polo Blue. HEX triplet: 95, B4 and DC. RGB value is (149,180,220). Sum of RGB (Red+Green+Blue) = 149+180+220=549 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.14% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #95B4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4DC is #6A4B23. Grayscale: #AFAFAF. Windows color (decimal): -6966052 or 14464149. OLE color: 14464149.

HSL color Cylindrical-coordinate representation of color #95B4DC: hue angle of 213.8º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95B4DC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149180220-
CMYK0.320.1800.14
HSL213.8º50.35%72.35%-
HSV(B)213.8º32.27%86.27%-
XYZ41.6344.274.05-
YUV175.29153.23109.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.14%
GREEN value IS 180 (70.70% from 255) = 32.79%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=27.14%
G=32.79%
B=40.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491802200.320.1800.14213.850.3572.35
Hex95B4DC20120Ed63248
Octal225264334402201632662110
Binary1001010110110100110111001000001001001110110101101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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