#95B3DE

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

Shades of Polo Blue #95B3DE

Tints of Polo Blue #95B3DE

Color information

#95B3DE (or 0x95B3DE) is unknown color: approx Polo Blue. HEX triplet: 95, B3 and DE. RGB value is (149,179,222). Sum of RGB (Red+Green+Blue) = 149+179+222=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B3DE is #6A4C21. Grayscale: #AEAEAE. Windows color (decimal): -6966306 or 14594965. OLE color: 14594965.

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

Color convert

RGB149179222-
CMYK0.330.1900.13
HSL215.34º52.52%72.75%-
HSV(B)215.34º32.88%87.06%-
XYZ41.743.975.38-
YUV174.93154.56109.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.09%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=27.09%
G=32.55%
B=40.36%

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
Decimal1491792220.330.1900.13215.3452.5272.75
Hex95B3DE21130Dd73549
Octal225263336412301532765111
Binary1001010110110011110111101000011001101101110101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,179,222); }

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

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

 a { background-color: rgb(149,179,222); }

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

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

 span { border-color: rgb(149,179,222); }

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