#94EEDD

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

Shades of Ice Cold #94EEDD

Tints of Ice Cold #94EEDD

Color information

#94EEDD (or 0x94EEDD) is unknown color: approx Ice Cold. HEX triplet: 94, EE and DD. RGB value is (148,238,221). Sum of RGB (Red+Green+Blue) = 148+238+221=607 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.38% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEDD is #6B1122. Grayscale: #D1D1D1. Windows color (decimal): -7016739 or 14544532. OLE color: 14544532.

HSL color Cylindrical-coordinate representation of color #94EEDD: hue angle of 168.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94EEDD is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB148238221-
CMYK0.3800.070.07
HSL168.67º72.58%75.69%-
HSV(B)168.67º37.82%93.33%-
XYZ55.8472.6779.49-
YUV209.15134.6884.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.38%
GREEN value IS 238 (93.36% from 255) = 39.21%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=24.38%
G=39.21%
B=36.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382210.3800.070.07168.6772.5875.69
Hex94EEDD26077a9494c
Octal22435633546077251111114
Binary10010100111011101101110110011001111111010100110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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