#95AEDC

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

Shades of Polo Blue #95AEDC

Tints of Polo Blue #95AEDC

Color information

#95AEDC (or 0x95AEDC) is unknown color: approx Polo Blue. HEX triplet: 95, AE and DC. RGB value is (149,174,220). Sum of RGB (Red+Green+Blue) = 149+174+220=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #95AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEDC is #6A5123. Grayscale: #ABABAB. Windows color (decimal): -6967588 or 14462613. OLE color: 14462613.

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

Color convert

RGB149174220-
CMYK0.320.2100.14
HSL218.87º50.35%72.35%-
HSV(B)218.87º32.27%86.27%-
XYZ40.4541.8373.65-
YUV171.77155.22111.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=27.44%
G=32.04%
B=40.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491742200.320.2100.14218.8750.3572.35
Hex95AEDC20150Edb3248
Octal225256334402501633362110
Binary1001010110101110110111001000001010101110110110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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