Html Css Color HEX #9ED3CC Sinbad

📋 copy color: '#9ED3CC'

red 158 ◦ green 211 ◦ blue 204

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

Shades of Sinbad #9ED3CC

Tints of Sinbad #9ED3CC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.82%

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

R = 27.57%
G = 36.82%
B = 35.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#9ED3CC (or 0x9ED3CC) is known color: Sinbad. HEX triplet: 9E, D3 and CC. RGB value is (158,211,204). Sum of RGB (Red+Green+Blue) = 158+211+204=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED3CC is #612C33. Grayscale: #C2C2C2. Windows color (decimal): -6368308 or 13423518. OLE color: 13423518.

HSL color Cylindrical-coordinate representation of color #9ED3CC: hue angle of 172.08º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED3CC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 204 -
CMYK 0.25 0 0.03 0.17
HSL 172.08º 0.38% 0.72% -
HSV(B) 172.08º 0.25% 0.83% -
XYZ 48.29 58.22 65.82 -
YUV 194.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 158 211 204 0.25 0 0.03 0.17 172.08 0.38 0.72
Hex 9E D3 CC 19 0 3 11 AC 26 48
Octal 236 323 314 31 0 3 21 254 46 110
Binary 10011110 11010011 11001100 11001 0 11 10001 10101100 100110 1001000

Color Harmonies of #9ED3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3CC

Black with #9ED3CC

Text Example


Text Example

White with #9ED3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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