Html Css Color HEX #9EDCCB Scandal

📋 copy color: '#9EDCCB'

red 158 ◦ green 220 ◦ blue 203

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

Shades of Scandal #9EDCCB

Tints of Scandal #9EDCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.87%

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

R = 27.19%
G = 37.87%
B = 34.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#9EDCCB (or 0x9EDCCB) is known color: Scandal. HEX triplet: 9E, DC and CB. RGB value is (158,220,203). Sum of RGB (Red+Green+Blue) = 158+220+203=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDCCB is #612334. Grayscale: #C7C7C7. Windows color (decimal): -6366005 or 13360286. OLE color: 13360286.

HSL color Cylindrical-coordinate representation of color #9EDCCB: hue angle of 163.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDCCB is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 203 -
CMYK 0.28 0 0.08 0.14
HSL 163.55º 0.47% 0.74% -
HSV(B) 163.55º 0.28% 0.86% -
XYZ 50.47 62.77 65.95 -
YUV 199.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 158 220 203 0.28 0 0.08 0.14 163.55 0.47 0.74
Hex 9E DC CB 1C 0 8 E A4 2F 4A
Octal 236 334 313 34 0 10 16 244 57 112
Binary 10011110 11011100 11001011 11100 0 1000 1110 10100100 101111 1001010

Color Harmonies of #9EDCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDCCB

Black with #9EDCCB

Text Example


Text Example

White with #9EDCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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