Html Css Color HEX #9EE0CE Scandal

📋 copy color: '#9EE0CE'

red 158 ◦ green 224 ◦ blue 206

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

Shades of Scandal #9EE0CE

Tints of Scandal #9EE0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.1%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 26.87%
G = 38.1%
B = 35.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#9EE0CE (or 0x9EE0CE) is known color: Scandal. HEX triplet: 9E, E0 and CE. RGB value is (158,224,206). Sum of RGB (Red+Green+Blue) = 158+224+206=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EE0CE is #611F31. Grayscale: #CACACA. Windows color (decimal): -6364978 or 13557918. OLE color: 13557918.

HSL color Cylindrical-coordinate representation of color #9EE0CE: hue angle of 163.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EE0CE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 206 -
CMYK 0.29 0 0.08 0.12
HSL 163.64º 0.52% 0.75% -
HSV(B) 163.64º 0.29% 0.88% -
XYZ 51.9 65.04 68.21 -
YUV 202.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 158 224 206 0.29 0 0.08 0.12 163.64 0.52 0.75
Hex 9E E0 CE 1D 0 8 C A4 34 4B
Octal 236 340 316 35 0 10 14 244 64 113
Binary 10011110 11100000 11001110 11101 0 1000 1100 10100100 110100 1001011

Color Harmonies of #9EE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE0CE

Black with #9EE0CE

Text Example


Text Example

White with #9EE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,206); }

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

background-color css

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

 a { background-color: rgb(158,224,206); }

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

border-color css

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

 span { border-color: rgb(158,224,206); }

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