Html Css Color HEX #9EDFCB Scandal

📋 copy color: '#9EDFCB'

red 158 ◦ green 223 ◦ blue 203

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

Shades of Scandal #9EDFCB

Tints of Scandal #9EDFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 27.05%
G = 38.18%
B = 34.76%

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

#9EDFCB (or 0x9EDFCB) is known color: Scandal. HEX triplet: 9E, DF and CB. RGB value is (158,223,203). Sum of RGB (Red+Green+Blue) = 158+223+203=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFCB is #612034. Grayscale: #C9C9C9. Windows color (decimal): -6365237 or 13361054. OLE color: 13361054.

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

Color convert

RGB 158 223 203 -
CMYK 0.29 0 0.09 0.13
HSL 161.54º 0.5% 0.75% -
HSV(B) 161.54º 0.29% 0.87% -
XYZ 51.27 64.36 66.22 -
YUV 201.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 158 223 203 0.29 0 0.09 0.13 161.54 0.5 0.75
Hex 9E DF CB 1D 0 9 D A2 32 4B
Octal 236 337 313 35 0 11 15 242 62 113
Binary 10011110 11011111 11001011 11101 0 1001 1101 10100010 110010 1001011

Color Harmonies of #9EDFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFCB

Black with #9EDFCB

Text Example


Text Example

White with #9EDFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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