Html Css Color HEX #9ED9CA Sinbad

📋 copy color: '#9ED9CA'

red 158 ◦ green 217 ◦ blue 202

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

Shades of Sinbad #9ED9CA

Tints of Sinbad #9ED9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 27.38%
G = 37.61%
B = 35.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#9ED9CA (or 0x9ED9CA) is known color: Sinbad. HEX triplet: 9E, D9 and CA. RGB value is (158,217,202). Sum of RGB (Red+Green+Blue) = 158+217+202=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9CA is #612635. Grayscale: #C5C5C5. Windows color (decimal): -6366774 or 13293982. OLE color: 13293982.

HSL color Cylindrical-coordinate representation of color #9ED9CA: hue angle of 164.75º 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 #9ED9CA is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 202 -
CMYK 0.27 0 0.07 0.15
HSL 164.75º 0.44% 0.74% -
HSV(B) 164.75º 0.27% 0.85% -
XYZ 49.57 61.16 65.07 -
YUV 197.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 158 217 202 0.27 0 0.07 0.15 164.75 0.44 0.74
Hex 9E D9 CA 1B 0 7 F A5 2C 4A
Octal 236 331 312 33 0 7 17 245 54 112
Binary 10011110 11011001 11001010 11011 0 111 1111 10100101 101100 1001010

Color Harmonies of #9ED9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED9CA

Black with #9ED9CA

Text Example


Text Example

White with #9ED9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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