Html Css Color HEX #9EDEDA Sinbad

📋 copy color: '#9EDEDA'

red 158 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #9EDEDA

Tints of Sinbad #9EDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

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

R = 26.42%
G = 37.12%
B = 36.45%

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

#9EDEDA (or 0x9EDEDA) is known color: Sinbad. HEX triplet: 9E, DE and DA. RGB value is (158,222,218). Sum of RGB (Red+Green+Blue) = 158+222+218=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDEDA is #612125. Grayscale: #CACACA. Windows color (decimal): -6365478 or 14343838. OLE color: 14343838.

HSL color Cylindrical-coordinate representation of color #9EDEDA: hue angle of 176.25º degrees, saturation: 0.49, 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 #9EDEDA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 218 -
CMYK 0.29 0 0.02 0.13
HSL 176.25º 0.49% 0.75% -
HSV(B) 176.25º 0.29% 0.87% -
XYZ 52.88 64.57 76.01 -
YUV 202.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 158 222 218 0.29 0 0.02 0.13 176.25 0.49 0.75
Hex 9E DE DA 1D 0 2 D B0 31 4B
Octal 236 336 332 35 0 2 15 260 61 113
Binary 10011110 11011110 11011010 11101 0 10 1101 10110000 110001 1001011

Color Harmonies of #9EDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEDA

Black with #9EDEDA

Text Example


Text Example

White with #9EDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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