Html Css Color HEX #9EE5D3 Ice Cold

📋 copy color: '#9EE5D3'

red 158 ◦ green 229 ◦ blue 211

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

Shades of Ice Cold #9EE5D3

Tints of Ice Cold #9EE5D3

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.29%

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 26.42%
G = 38.29%
B = 35.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#9EE5D3 (or 0x9EE5D3) is known color: Ice Cold. HEX triplet: 9E, E5 and D3. RGB value is (158,229,211). Sum of RGB (Red+Green+Blue) = 158+229+211=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE5D3 is #611A2C. Grayscale: #CDCDCD. Windows color (decimal): -6363693 or 13886878. OLE color: 13886878.

HSL color Cylindrical-coordinate representation of color #9EE5D3: hue angle of 164.79º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE5D3 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 229 211 -
CMYK 0.31 0 0.08 0.10
HSL 164.79º 0.58% 0.76% -
HSV(B) 164.79º 0.31% 0.9% -
XYZ 53.88 68.01 71.92 -
YUV 205.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 158 229 211 0.31 0 0.08 0.10 164.79 0.58 0.76
Hex 9E E5 D3 1F 0 8 A A5 3A 4C
Octal 236 345 323 37 0 10 12 245 72 114
Binary 10011110 11100101 11010011 11111 0 1000 1010 10100101 111010 1001100

Color Harmonies of #9EE5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5D3

Black with #9EE5D3

Text Example


Text Example

White with #9EE5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,229,211); }

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

background-color css

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

 a { background-color: rgb(158,229,211); }

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

border-color css

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

 span { border-color: rgb(158,229,211); }

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