Html Css Color HEX #9EEBDA Ice Cold

📋 copy color: '#9EEBDA'

red 158 ◦ green 235 ◦ blue 218

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

Shades of Ice Cold #9EEBDA

Tints of Ice Cold #9EEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.46%

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

R = 25.86%
G = 38.46%
B = 35.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#9EEBDA (or 0x9EEBDA) is known color: Ice Cold. HEX triplet: 9E, EB and DA. RGB value is (158,235,218). Sum of RGB (Red+Green+Blue) = 158+235+218=611 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.86% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEBDA is #611425. Grayscale: #D2D2D2. Windows color (decimal): -6362150 or 14347166. OLE color: 14347166.

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

Color convert

RGB 158 235 218 -
CMYK 0.33 0 0.07 0.08
HSL 166.75º 0.66% 0.77% -
HSV(B) 166.75º 0.33% 0.92% -
XYZ 56.46 71.75 77.2 -
YUV 210.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 158 235 218 0.33 0 0.07 0.08 166.75 0.66 0.77
Hex 9E EB DA 21 0 7 8 A7 42 4D
Octal 236 353 332 41 0 7 10 247 102 115
Binary 10011110 11101011 11011010 100001 0 111 1000 10100111 1000010 1001101

Color Harmonies of #9EEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBDA

Black with #9EEBDA

Text Example


Text Example

White with #9EEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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