Html Css Color HEX #9EDFCA Scandal

📋 copy color: '#9EDFCA'

red 158 ◦ green 223 ◦ blue 202

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

Shades of Scandal #9EDFCA

Tints of Scandal #9EDFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.65%

R = 27.1%
G = 38.25%
B = 34.65%

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

#9EDFCA (or 0x9EDFCA) is known color: Scandal. HEX triplet: 9E, DF and CA. RGB value is (158,223,202). Sum of RGB (Red+Green+Blue) = 158+223+202=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFCA is #612035. Grayscale: #C9C9C9. Windows color (decimal): -6365238 or 13295518. OLE color: 13295518.

HSL color Cylindrical-coordinate representation of color #9EDFCA: hue angle of 160.62º 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 #9EDFCA is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 202 -
CMYK 0.29 0 0.09 0.13
HSL 160.62º 0.5% 0.75% -
HSV(B) 160.62º 0.29% 0.87% -
XYZ 51.15 64.31 65.59 -
YUV 201.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 158 223 202 0.29 0 0.09 0.13 160.62 0.5 0.75
Hex 9E DF CA 1D 0 9 D A1 32 4B
Octal 236 337 312 35 0 11 15 241 62 113
Binary 10011110 11011111 11001010 11101 0 1001 1101 10100001 110010 1001011

Color Harmonies of #9EDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFCA

Black with #9EDFCA

Text Example


Text Example

White with #9EDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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