#9EDBD7

Color #9EDBD7 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #9EDBD7

Tints of Sinbad #9EDBD7

Color information

#9EDBD7 (or 0x9EDBD7) is unknown color: approx Sinbad. HEX triplet: 9E, DB and D7. RGB value is (158,219,215). Sum of RGB (Red+Green+Blue) = 158+219+215=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBD7 is #612428. Grayscale: #C8C8C8. Windows color (decimal): -6366249 or 14146462. OLE color: 14146462.

HSL color Cylindrical-coordinate representation of color #9EDBD7: hue angle of 176.07º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBD7 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB158219215-
CMYK0.2800.020.14
HSL176.07º45.86%73.92%-
HSV(B)176.07º27.85%85.88%-
XYZ51.762.8473.69-
YUV200.3136.2997.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.69%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=26.69%
G=36.99%
B=36.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582192150.2800.020.14176.0745.8673.92
Hex9EDBD71C02Eb02e4a
Octal23633332734021626056112
Binary100111101101101111010111111000101110101100001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,215); }

 H1.HeaderClassName
 {
   color: #9EDBD7;
 }
 .AnyTagClassName
 {
   color: #9EDBD7;
 }
</style>
background-color css

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

 a { background-color: rgb(158,219,215); }

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

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

 span { border-color: rgb(158,219,215); }

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