#95B8DC

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

Shades of Polo Blue #95B8DC

Tints of Polo Blue #95B8DC

Color information

#95B8DC (or 0x95B8DC) is unknown color: approx Polo Blue. HEX triplet: 95, B8 and DC. RGB value is (149,184,220). Sum of RGB (Red+Green+Blue) = 149+184+220=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #95B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B8DC is #6A4723. Grayscale: #B1B1B1. Windows color (decimal): -6965028 or 14465173. OLE color: 14465173.

HSL color Cylindrical-coordinate representation of color #95B8DC: hue angle of 210.42º 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 #95B8DC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149184220-
CMYK0.320.1600.14
HSL210.42º50.35%72.35%-
HSV(B)210.42º32.27%86.27%-
XYZ42.4545.8474.32-
YUV177.64151.9107.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=26.94%
G=33.27%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491842200.320.1600.14210.4250.3572.35
Hex95B8DC20100Ed23248
Octal225270334402001632262110
Binary1001010110111000110111001000001000001110110100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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