Html Css Color HEX #94EEDB Ice Cold

📋 copy color: '#94EEDB'

red 148 ◦ green 238 ◦ blue 219

#94EEDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #94EEDB

Tints of Ice Cold #94EEDB

RGB

 RED value IS 148 (58.2% from 255) = 24.46%

 GREEN value IS 238 (93.36% from 255) = 39.34%

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 24.46%
G = 39.34%
B = 36.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#94EEDB (or 0x94EEDB) is known color: Ice Cold. HEX triplet: 94, EE and DB. RGB value is (148,238,219). Sum of RGB (Red+Green+Blue) = 148+238+219=605 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.46% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #94EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EEDB is #6B1124. Grayscale: #D0D0D0. Windows color (decimal): -7016741 or 14413460. OLE color: 14413460.

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

Color convert

RGB 148 238 219 -
CMYK 0.38 0 0.08 0.07
HSL 167.33º 0.73% 0.76% -
HSV(B) 167.33º 0.38% 0.93% -
XYZ 55.57 72.56 78.09 -
YUV 208.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 148 238 219 0.38 0 0.08 0.07 167.33 0.73 0.76
Hex 94 EE DB 26 0 8 7 A7 49 4C
Octal 224 356 333 46 0 10 7 247 111 114
Binary 10010100 11101110 11011011 100110 0 1000 111 10100111 1001001 1001100

Color Harmonies of #94EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EEDB

Black with #94EEDB

Text Example


Text Example

White with #94EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94EEDB;
 }
 .AnyTagClassName
 {
   color: #94EEDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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