#94AEDB

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

Shades of Polo Blue #94AEDB

Tints of Polo Blue #94AEDB

Color information

#94AEDB (or 0x94AEDB) is unknown color: approx Polo Blue. HEX triplet: 94, AE and DB. RGB value is (148,174,219). Sum of RGB (Red+Green+Blue) = 148+174+219=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #94AEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEDB is #6B5124. Grayscale: #ABABAB. Windows color (decimal): -7033125 or 14397076. OLE color: 14397076.

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

Color convert

RGB148174219-
CMYK0.320.2100.14
HSL218.03º49.65%71.96%-
HSV(B)218.03º32.42%85.88%-
XYZ40.1341.6872.95-
YUV171.36154.89111.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=27.36%
G=32.16%
B=40.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1481742190.320.2100.14218.0349.6571.96
Hex94AEDB20150Eda3248
Octal224256333402501633262110
Binary1001010010101110110110111000001010101110110110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,219); }

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

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

 a { background-color: rgb(148,174,219); }

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

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

 span { border-color: rgb(148,174,219); }

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