#95AFCA

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

Shades of Polo Blue #95AFCA

Tints of Polo Blue #95AFCA

Color information

#95AFCA (or 0x95AFCA) is unknown color: approx Polo Blue. HEX triplet: 95, AF and CA. RGB value is (149,175,202). Sum of RGB (Red+Green+Blue) = 149+175+202=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #95AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFCA is #6A5035. Grayscale: #AAAAAA. Windows color (decimal): -6967350 or 13283221. OLE color: 13283221.

HSL color Cylindrical-coordinate representation of color #95AFCA: hue angle of 210.57º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95AFCA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149175202-
CMYK0.260.1300.21
HSL210.57º33.33%68.82%-
HSV(B)210.57º26.24%79.22%-
XYZ38.3941.3161.83-
YUV170.3145.89112.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=28.33%
G=33.27%
B=38.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491752020.260.1300.21210.5733.3368.82
Hex95AFCA1AD015d32145
Octal225257312321502532341105
Binary100101011010111111001010110101101010101110100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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