Html Css Color HEX #9ED9CC Sinbad

📋 copy color: '#9ED9CC'

red 158 ◦ green 217 ◦ blue 204

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

Shades of Sinbad #9ED9CC

Tints of Sinbad #9ED9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.48%

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

R = 27.29%
G = 37.48%
B = 35.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9ED9CC (or 0x9ED9CC) is known color: Sinbad. HEX triplet: 9E, D9 and CC. RGB value is (158,217,204). Sum of RGB (Red+Green+Blue) = 158+217+204=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9CC is #612633. Grayscale: #C5C5C5. Windows color (decimal): -6366772 or 13425054. OLE color: 13425054.

HSL color Cylindrical-coordinate representation of color #9ED9CC: hue angle of 166.78º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9CC is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 204 -
CMYK 0.27 0 0.06 0.15
HSL 166.78º 0.44% 0.74% -
HSV(B) 166.78º 0.27% 0.85% -
XYZ 49.81 61.25 66.32 -
YUV 197.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 158 217 204 0.27 0 0.06 0.15 166.78 0.44 0.74
Hex 9E D9 CC 1B 0 6 F A7 2C 4A
Octal 236 331 314 33 0 6 17 247 54 112
Binary 10011110 11011001 11001100 11011 0 110 1111 10100111 101100 1001010

Color Harmonies of #9ED9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9CC

Black with #9ED9CC

Text Example


Text Example

White with #9ED9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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