Html Css Color HEX #9FE0CE Scandal

📋 copy color: '#9FE0CE'

red 159 ◦ green 224 ◦ blue 206

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

Shades of Scandal #9FE0CE

Tints of Scandal #9FE0CE

RGB

 RED value IS 159 (62.5% from 255) = 26.99%

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

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

R = 26.99%
G = 38.03%
B = 34.97%

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

#9FE0CE (or 0x9FE0CE) is known color: Scandal. HEX triplet: 9F, E0 and CE. RGB value is (159,224,206). Sum of RGB (Red+Green+Blue) = 159+224+206=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0CE is #601F31. Grayscale: #CACACA. Windows color (decimal): -6299442 or 13557919. OLE color: 13557919.

HSL color Cylindrical-coordinate representation of color #9FE0CE: hue angle of 163.38º degrees, saturation: 0.51, 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 #9FE0CE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 224 206 -
CMYK 0.29 0 0.08 0.12
HSL 163.38º 0.51% 0.75% -
HSV(B) 163.38º 0.29% 0.88% -
XYZ 52.09 65.14 68.22 -
YUV 202.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 159 224 206 0.29 0 0.08 0.12 163.38 0.51 0.75
Hex 9F E0 CE 1D 0 8 C A3 33 4B
Octal 237 340 316 35 0 10 14 243 63 113
Binary 10011111 11100000 11001110 11101 0 1000 1100 10100011 110011 1001011

Color Harmonies of #9FE0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE0CE

Black with #9FE0CE

Text Example


Text Example

White with #9FE0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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