#95AECE

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

Shades of Polo Blue #95AECE

Tints of Polo Blue #95AECE

Color information

#95AECE (or 0x95AECE) is unknown color: approx Polo Blue. HEX triplet: 95, AE and CE. RGB value is (149,174,206). Sum of RGB (Red+Green+Blue) = 149+174+206=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #95AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AECE is #6A5131. Grayscale: #AAAAAA. Windows color (decimal): -6967602 or 13545109. OLE color: 13545109.

HSL color Cylindrical-coordinate representation of color #95AECE: hue angle of 213.68º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AECE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149174206-
CMYK0.280.1600.19
HSL213.68º36.77%69.61%-
HSV(B)213.68º27.67%80.78%-
XYZ38.6741.1264.29-
YUV170.17148.22112.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.17%
GREEN value IS 174 (68.36% from 255) = 32.89%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=28.17%
G=32.89%
B=38.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491742060.280.1600.19213.6836.7769.61
Hex95AECE1C10013d62546
Octal225256316342002332645106
Binary1001010110101110110011101110010000010011110101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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