#94AFDC

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

Shades of Polo Blue #94AFDC

Tints of Polo Blue #94AFDC

Color information

#94AFDC (or 0x94AFDC) is unknown color: approx Polo Blue. HEX triplet: 94, AF and DC. RGB value is (148,175,220). Sum of RGB (Red+Green+Blue) = 148+175+220=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #94AFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDC is #6B5023. Grayscale: #ABABAB. Windows color (decimal): -7032868 or 14462868. OLE color: 14462868.

HSL color Cylindrical-coordinate representation of color #94AFDC: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94AFDC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB148175220-
CMYK0.330.2000.14
HSL217.5º50.7%72.16%-
HSV(B)217.5º32.73%86.27%-
XYZ40.4642.1273.71-
YUV172.06155.05110.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.26%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=27.26%
G=32.23%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481752200.330.2000.14217.550.772.16
Hex94AFDC21140Eda3348
Octal224257334412401633263110
Binary1001010010101111110111001000011010001110110110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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