#94afda

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

Shades of Polo Blue #94AFDA

Tints of Polo Blue #94AFDA

Color information

#94AFDA (or 0x94AFDA) is unknown color: approx Polo Blue. HEX triplet: 94, AF and DA. RGB value is (148,175,218). Sum of RGB (Red+Green+Blue) = 148+175+218=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #94AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDA is #6B5025. Grayscale: #ABABAB. Windows color (decimal): -7032870 or 14331796. OLE color: 14331796.

HSL color Cylindrical-coordinate representation of color #94AFDA: hue angle of 216.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94AFDA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB148175218-
CMYK0.320.2000.15
HSL216.86º48.61%71.76%-
HSV(B)216.86º32.11%85.49%-
XYZ40.242.0272.32-
YUV171.83154.05111-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 218 (85.55% from 255) = 40.30%
R=27.36%
G=32.35%
B=40.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1481752180.320.2000.15216.8648.6171.76
Hex94AFDA20140Fd93148
Octal224257332402401733161110
Binary1001010010101111110110101000001010001111110110011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94afda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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