#94AFDF

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

Shades of Polo Blue #94AFDF

Tints of Polo Blue #94AFDF

Color information

#94AFDF (or 0x94AFDF) is unknown color: approx Polo Blue. HEX triplet: 94, AF and DF. RGB value is (148,175,223). Sum of RGB (Red+Green+Blue) = 148+175+223=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #94AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDF is #6B5020. Grayscale: #ACACAC. Windows color (decimal): -7032865 or 14659476. OLE color: 14659476.

HSL color Cylindrical-coordinate representation of color #94AFDF: hue angle of 218.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94AFDF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148175223-
CMYK0.340.2200.13
HSL218.4º53.96%72.75%-
HSV(B)218.4º33.63%87.45%-
XYZ40.8642.2875.82-
YUV172.4156.55110.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.11%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=27.11%
G=32.05%
B=40.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481752230.340.2200.13218.453.9672.75
Hex94AFDF22160Dda3649
Octal224257337422601533266111
Binary1001010010101111110111111000101011001101110110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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