Html Css Color HEX #94EFDF Ice Cold

📋 copy color: '#94EFDF'

red 148 ◦ green 239 ◦ blue 223

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

Shades of Ice Cold #94EFDF

Tints of Ice Cold #94EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.18%

 BLUE value IS 223 (87.5% from 255) = 36.56%

R = 24.26%
G = 39.18%
B = 36.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#94EFDF (or 0x94EFDF) is known color: Ice Cold. HEX triplet: 94, EF and DF. RGB value is (148,239,223). Sum of RGB (Red+Green+Blue) = 148+239+223=610 (80% of max value = 765). Red value is 148 (58.20% from 255 or 24.26% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #94EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EFDF is #6B1020. Grayscale: #D1D1D1. Windows color (decimal): -7016481 or 14675860. OLE color: 14675860.

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

Color convert

RGB 148 239 223 -
CMYK 0.38 0 0.07 0.06
HSL 169.45º 0.74% 0.76% -
HSV(B) 169.45º 0.38% 0.94% -
XYZ 56.4 73.36 81 -
YUV 209.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 148 239 223 0.38 0 0.07 0.06 169.45 0.74 0.76
Hex 94 EF DF 26 0 7 6 A9 4A 4C
Octal 224 357 337 46 0 7 6 251 112 114
Binary 10010100 11101111 11011111 100110 0 111 110 10101001 1001010 1001100

Color Harmonies of #94EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EFDF

Black with #94EFDF

Text Example


Text Example

White with #94EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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