Html Css Color HEX #9EDFDA Sinbad

📋 copy color: '#9EDFDA'

red 158 ◦ green 223 ◦ blue 218

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

Shades of Sinbad #9EDFDA

Tints of Sinbad #9EDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 26.38%
G = 37.23%
B = 36.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9EDFDA (or 0x9EDFDA) is known color: Sinbad. HEX triplet: 9E, DF and DA. RGB value is (158,223,218). Sum of RGB (Red+Green+Blue) = 158+223+218=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDFDA is #612025. Grayscale: #CACACA. Windows color (decimal): -6365222 or 14344094. OLE color: 14344094.

HSL color Cylindrical-coordinate representation of color #9EDFDA: hue angle of 175.38º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDFDA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 218 -
CMYK 0.29 0 0.02 0.13
HSL 175.38º 0.5% 0.75% -
HSV(B) 175.38º 0.29% 0.87% -
XYZ 53.14 65.11 76.1 -
YUV 203 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 158 223 218 0.29 0 0.02 0.13 175.38 0.5 0.75
Hex 9E DF DA 1D 0 2 D AF 32 4B
Octal 236 337 332 35 0 2 15 257 62 113
Binary 10011110 11011111 11011010 11101 0 10 1101 10101111 110010 1001011

Color Harmonies of #9EDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFDA

Black with #9EDFDA

Text Example


Text Example

White with #9EDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,218); }

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

background-color css

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

 a { background-color: rgb(158,223,218); }

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

border-color css

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

 span { border-color: rgb(158,223,218); }

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