Html Css Color HEX #9EDFCC Scandal

📋 copy color: '#9EDFCC'

red 158 ◦ green 223 ◦ blue 204

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

Shades of Scandal #9EDFCC

Tints of Scandal #9EDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 27.01%
G = 38.12%
B = 34.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#9EDFCC (or 0x9EDFCC) is known color: Scandal. HEX triplet: 9E, DF and CC. RGB value is (158,223,204). Sum of RGB (Red+Green+Blue) = 158+223+204=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFCC is #612033. Grayscale: #C9C9C9. Windows color (decimal): -6365236 or 13426590. OLE color: 13426590.

HSL color Cylindrical-coordinate representation of color #9EDFCC: hue angle of 162.46º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFCC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 204 -
CMYK 0.29 0 0.09 0.13
HSL 162.46º 0.5% 0.75% -
HSV(B) 162.46º 0.29% 0.87% -
XYZ 51.39 64.4 66.85 -
YUV 201.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 158 223 204 0.29 0 0.09 0.13 162.46 0.5 0.75
Hex 9E DF CC 1D 0 9 D A2 32 4B
Octal 236 337 314 35 0 11 15 242 62 113
Binary 10011110 11011111 11001100 11101 0 1001 1101 10100010 110010 1001011

Color Harmonies of #9EDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFCC

Black with #9EDFCC

Text Example


Text Example

White with #9EDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,204); }

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

background-color css

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

 a { background-color: rgb(158,223,204); }

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

border-color css

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

 span { border-color: rgb(158,223,204); }

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