#95B0DE

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

Shades of Polo Blue #95B0DE

Tints of Polo Blue #95B0DE

Color information

#95B0DE (or 0x95B0DE) is unknown color: approx Polo Blue. HEX triplet: 95, B0 and DE. RGB value is (149,176,222). Sum of RGB (Red+Green+Blue) = 149+176+222=547 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.24% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #95B0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95B0DE is #6A4F21. Grayscale: #ACACAC. Windows color (decimal): -6967074 or 14594197. OLE color: 14594197.

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

Color convert

RGB149176222-
CMYK0.330.2100.13
HSL217.81º52.52%72.75%-
HSV(B)217.81º32.88%87.06%-
XYZ41.142.7175.19-
YUV173.17155.55110.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.24%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=27.24%
G=32.18%
B=40.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491762220.330.2100.13217.8152.5272.75
Hex95B0DE21150Dda3549
Octal225260336412501533265111
Binary1001010110110000110111101000011010101101110110101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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