Html Css Color HEX #9ED8CC Sinbad

📋 copy color: '#9ED8CC'

red 158 ◦ green 216 ◦ blue 204

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

Shades of Sinbad #9ED8CC

Tints of Sinbad #9ED8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

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

R = 27.34%
G = 37.37%
B = 35.29%

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

#9ED8CC (or 0x9ED8CC) is known color: Sinbad. HEX triplet: 9E, D8 and CC. RGB value is (158,216,204). Sum of RGB (Red+Green+Blue) = 158+216+204=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED8CC is #612733. Grayscale: #C5C5C5. Windows color (decimal): -6367028 or 13424798. OLE color: 13424798.

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

Color convert

RGB 158 216 204 -
CMYK 0.27 0 0.06 0.15
HSL 167.59º 0.43% 0.73% -
HSV(B) 167.59º 0.27% 0.85% -
XYZ 49.56 60.74 66.24 -
YUV 197.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 158 216 204 0.27 0 0.06 0.15 167.59 0.43 0.73
Hex 9E D8 CC 1B 0 6 F A8 2B 49
Octal 236 330 314 33 0 6 17 250 53 111
Binary 10011110 11011000 11001100 11011 0 110 1111 10101000 101011 1001001

Color Harmonies of #9ED8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED8CC

Black with #9ED8CC

Text Example


Text Example

White with #9ED8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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