Html Css Color HEX #9EDECF Sinbad

📋 copy color: '#9EDECF'

red 158 ◦ green 222 ◦ blue 207

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

Shades of Sinbad #9EDECF

Tints of Sinbad #9EDECF

RGB

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

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

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

R = 26.92%
G = 37.82%
B = 35.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9EDECF (or 0x9EDECF) is known color: Sinbad. HEX triplet: 9E, DE and CF. RGB value is (158,222,207). Sum of RGB (Red+Green+Blue) = 158+222+207=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDECF is #612130. Grayscale: #C9C9C9. Windows color (decimal): -6365489 or 13622942. OLE color: 13622942.

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

Color convert

RGB 158 222 207 -
CMYK 0.29 0 0.07 0.13
HSL 165.94º 0.49% 0.75% -
HSV(B) 165.94º 0.29% 0.87% -
XYZ 51.48 64.02 68.67 -
YUV 201.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 158 222 207 0.29 0 0.07 0.13 165.94 0.49 0.75
Hex 9E DE CF 1D 0 7 D A6 31 4B
Octal 236 336 317 35 0 7 15 246 61 113
Binary 10011110 11011110 11001111 11101 0 111 1101 10100110 110001 1001011

Color Harmonies of #9EDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDECF

Black with #9EDECF

Text Example


Text Example

White with #9EDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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