Html Css Color HEX #9EDACF Sinbad

📋 copy color: '#9EDACF'

red 158 ◦ green 218 ◦ blue 207

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

Shades of Sinbad #9EDACF

Tints of Sinbad #9EDACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.39%

 BLUE value IS 207 (81.25% from 255) = 35.51%

R = 27.1%
G = 37.39%
B = 35.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#9EDACF (or 0x9EDACF) is known color: Sinbad. HEX triplet: 9E, DA and CF. RGB value is (158,218,207). Sum of RGB (Red+Green+Blue) = 158+218+207=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDACF is #612530. Grayscale: #C6C6C6. Windows color (decimal): -6366513 or 13621918. OLE color: 13621918.

HSL color Cylindrical-coordinate representation of color #9EDACF: hue angle of 169º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDACF is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 207 -
CMYK 0.28 0 0.05 0.15
HSL 169º 0.45% 0.74% -
HSV(B) 169º 0.28% 0.85% -
XYZ 50.43 61.92 68.32 -
YUV 198.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 158 218 207 0.28 0 0.05 0.15 169 0.45 0.74
Hex 9E DA CF 1C 0 5 F A9 2D 4A
Octal 236 332 317 34 0 5 17 251 55 112
Binary 10011110 11011010 11001111 11100 0 101 1111 10101001 101101 1001010

Color Harmonies of #9EDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDACF

Black with #9EDACF

Text Example


Text Example

White with #9EDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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