#94AFCA

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

Shades of Polo Blue #94AFCA

Tints of Polo Blue #94AFCA

Color information

#94AFCA (or 0x94AFCA) is unknown color: approx Polo Blue. HEX triplet: 94, AF and CA. RGB value is (148,175,202). Sum of RGB (Red+Green+Blue) = 148+175+202=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #94AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFCA is #6B5035. Grayscale: #A9A9A9. Windows color (decimal): -7032886 or 13283220. OLE color: 13283220.

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

Color convert

RGB148175202-
CMYK0.270.1300.21
HSL210º33.75%68.63%-
HSV(B)210º26.73%79.22%-
XYZ38.241.2261.82-
YUV170146.05112.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.19%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=28.19%
G=33.33%
B=38.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481752020.270.1300.2121033.7568.63
Hex94AFCA1BD015d22245
Octal224257312331502532242105
Binary100101001010111111001010110111101010101110100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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