Html Css Color HEX #9EE3D3 Ice Cold

📋 copy color: '#9EE3D3'

red 158 ◦ green 227 ◦ blue 211

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

Shades of Ice Cold #9EE3D3

Tints of Ice Cold #9EE3D3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.09%

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

R = 26.51%
G = 38.09%
B = 35.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#9EE3D3 (or 0x9EE3D3) is known color: Ice Cold. HEX triplet: 9E, E3 and D3. RGB value is (158,227,211). Sum of RGB (Red+Green+Blue) = 158+227+211=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE3D3 is #611C2C. Grayscale: #CCCCCC. Windows color (decimal): -6364205 or 13886366. OLE color: 13886366.

HSL color Cylindrical-coordinate representation of color #9EE3D3: hue angle of 166.09º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE3D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 227 211 -
CMYK 0.30 0 0.07 0.11
HSL 166.09º 0.55% 0.75% -
HSV(B) 166.09º 0.3% 0.89% -
XYZ 53.33 66.91 71.73 -
YUV 204.55 131.64 94.8 -
System Red Green Blue C M Y K H S L
Decimal 158 227 211 0.30 0 0.07 0.11 166.09 0.55 0.75
Hex 9E E3 D3 1E 0 7 B A6 37 4B
Octal 236 343 323 36 0 7 13 246 67 113
Binary 10011110 11100011 11010011 11110 0 111 1011 10100110 110111 1001011

Color Harmonies of #9EE3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE3D3

Black with #9EE3D3

Text Example


Text Example

White with #9EE3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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