#94ADDF

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

Shades of Polo Blue #94ADDF

Tints of Polo Blue #94ADDF

Color information

#94ADDF (or 0x94ADDF) is unknown color: approx Polo Blue. HEX triplet: 94, AD and DF. RGB value is (148,173,223). Sum of RGB (Red+Green+Blue) = 148+173+223=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #94ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDF is #6B5220. Grayscale: #ABABAB. Windows color (decimal): -7033377 or 14658964. OLE color: 14658964.

HSL color Cylindrical-coordinate representation of color #94ADDF: hue angle of 220º 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 #94ADDF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148173223-
CMYK0.340.2200.13
HSL220º53.96%72.75%-
HSV(B)220º33.63%87.45%-
XYZ40.4841.5175.69-
YUV171.22157.22111.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.21%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=27.21%
G=31.80%
B=40.99%

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
Decimal1481732230.340.2200.1322053.9672.75
Hex94ADDF22160Ddc3649
Octal224255337422601533466111
Binary1001010010101101110111111000101011001101110111001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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