Html Css Color HEX #9EEDDA Ice Cold

📋 copy color: '#9EEDDA'

red 158 ◦ green 237 ◦ blue 218

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

Shades of Ice Cold #9EEDDA

Tints of Ice Cold #9EEDDA

RGB

 RED value IS 158 (62.11% from 255) = 25.77%

 GREEN value IS 237 (92.97% from 255) = 38.66%

 BLUE value IS 218 (85.55% from 255) = 35.56%

R = 25.77%
G = 38.66%
B = 35.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#9EEDDA (or 0x9EEDDA) is known color: Ice Cold. HEX triplet: 9E, ED and DA. RGB value is (158,237,218). Sum of RGB (Red+Green+Blue) = 158+237+218=613 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.77% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDDA is #611225. Grayscale: #D3D3D3. Windows color (decimal): -6361638 or 14347678. OLE color: 14347678.

HSL color Cylindrical-coordinate representation of color #9EEDDA: hue angle of 165.57º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDDA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 218 -
CMYK 0.33 0 0.08 0.07
HSL 165.57º 0.69% 0.77% -
HSV(B) 165.57º 0.33% 0.93% -
XYZ 57.04 72.9 77.39 -
YUV 211.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 158 237 218 0.33 0 0.08 0.07 165.57 0.69 0.77
Hex 9E ED DA 21 0 8 7 A6 45 4D
Octal 236 355 332 41 0 10 7 246 105 115
Binary 10011110 11101101 11011010 100001 0 1000 111 10100110 1000101 1001101

Color Harmonies of #9EEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEDDA

Black with #9EEDDA

Text Example


Text Example

White with #9EEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEDDA; }

 p { color: rgb(158,237,218); }

 H1.HeaderClassName
 {
   color: #9EEDDA;
 }
 .AnyTagClassName
 {
   color: #9EEDDA;
 }
</style>

background-color css

<style>
 a { background-color: #9EEDDA; }

 a { background-color: rgb(158,237,218); }

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

border-color css

<style>
 span { border-color: #9EEDDA; }

 span { border-color: rgb(158,237,218); }

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