#94DDE0

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

Shades of Charlotte #94DDE0

Tints of Charlotte #94DDE0

Color information

#94DDE0 (or 0x94DDE0) is unknown color: approx Charlotte. HEX triplet: 94, DD and E0. RGB value is (148,221,224). Sum of RGB (Red+Green+Blue) = 148+221+224=593 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.96% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #94DDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDE0 is #6B221F. Grayscale: #C7C7C7. Windows color (decimal): -7021088 or 14736788. OLE color: 14736788.

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

Color convert

RGB148221224-
CMYK0.340.0100.12
HSL182.37º55.07%72.94%-
HSV(B)182.37º33.93%87.84%-
XYZ51.5263.3980.04-
YUV199.52141.8291.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.96%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 224 (87.89% from 255) = 37.77%
R=24.96%
G=37.27%
B=37.77%

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
Decimal1482212240.340.0100.12182.3755.0772.94
Hex94DDE02210Cb63749
Octal22433534042101426667111
Binary100101001101110111100000100010101100101101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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