#94EEDF

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

Shades of Ice Cold #94EEDF

Tints of Ice Cold #94EEDF

Color information

#94EEDF (or 0x94EEDF) is unknown color: approx Ice Cold. HEX triplet: 94, EE and DF. RGB value is (148,238,223). Sum of RGB (Red+Green+Blue) = 148+238+223=609 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.30% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEDF is #6B1120. Grayscale: #D1D1D1. Windows color (decimal): -7016737 or 14675604. OLE color: 14675604.

HSL color Cylindrical-coordinate representation of color #94EEDF: hue angle of 170º 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 #94EEDF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB148238223-
CMYK0.3800.060.07
HSL170º72.58%75.69%-
HSV(B)170º37.82%93.33%-
XYZ56.1172.7780.9-
YUV209.38135.6884.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 24.30%
GREEN value IS 238 (93.36% from 255) = 39.08%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=24.30%
G=39.08%
B=36.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1482382230.3800.060.0717072.5875.69
Hex94EEDF26067aa494c
Octal22435633746067252111114
Binary10010100111011101101111110011001101111010101010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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