#94DEE0

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

Shades of Charlotte #94DEE0

Tints of Charlotte #94DEE0

Color information

#94DEE0 (or 0x94DEE0) is unknown color: approx Charlotte. HEX triplet: 94, DE and E0. RGB value is (148,222,224). Sum of RGB (Red+Green+Blue) = 148+222+224=594 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.92% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #94DEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEE0 is #6B211F. Grayscale: #C8C8C8. Windows color (decimal): -7020832 or 14737044. OLE color: 14737044.

HSL color Cylindrical-coordinate representation of color #94DEE0: hue angle of 181.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DEE0 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB148222224-
CMYK0.340.0100.12
HSL181.58º55.07%72.94%-
HSV(B)181.58º33.93%87.84%-
XYZ51.7963.9280.13-
YUV200.1141.4890.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.92%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 224 (87.89% from 255) = 37.71%
R=24.92%
G=37.37%
B=37.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1482222240.340.0100.12181.5855.0772.94
Hex94DEE02210Cb63749
Octal22433634042101426667111
Binary100101001101111011100000100010101100101101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,222,224); }

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

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

 a { background-color: rgb(148,222,224); }

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

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

 span { border-color: rgb(148,222,224); }

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