#95AFDD

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

Shades of Polo Blue #95AFDD

Tints of Polo Blue #95AFDD

Color information

#95AFDD (or 0x95AFDD) is unknown color: approx Polo Blue. HEX triplet: 95, AF and DD. RGB value is (149,175,221). Sum of RGB (Red+Green+Blue) = 149+175+221=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #95AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFDD is #6A5022. Grayscale: #ACACAC. Windows color (decimal): -6967331 or 14528405. OLE color: 14528405.

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

Color convert

RGB149175221-
CMYK0.330.2100.13
HSL218.33º51.43%72.55%-
HSV(B)218.33º32.58%86.67%-
XYZ40.7842.2774.42-
YUV172.47155.39111.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.34%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=27.34%
G=32.11%
B=40.55%

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
Decimal1491752210.330.2100.13218.3351.4372.55
Hex95AFDD21150Dda3349
Octal225257335412501533263111
Binary1001010110101111110111011000011010101101110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,175,221); }

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

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

 a { background-color: rgb(149,175,221); }

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

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

 span { border-color: rgb(149,175,221); }

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