#9EDBCC

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

Shades of Sinbad #9EDBCC

Tints of Sinbad #9EDBCC

Color information

#9EDBCC (or 0x9EDBCC) is unknown color: approx Sinbad. HEX triplet: 9E, DB and CC. RGB value is (158,219,204). Sum of RGB (Red+Green+Blue) = 158+219+204=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EDBCC is #612433. Grayscale: #C7C7C7. Windows color (decimal): -6366260 or 13425566. OLE color: 13425566.

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

Color convert

RGB158219204-
CMYK0.2800.070.14
HSL165.25º45.86%73.92%-
HSV(B)165.25º27.85%85.88%-
XYZ50.3362.2966.5-
YUV199.05130.7998.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.19%
GREEN value IS 219 (85.94% from 255) = 37.69%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=27.19%
G=37.69%
B=35.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582192040.2800.070.14165.2545.8673.92
Hex9EDBCC1C07Ea52e4a
Octal23633331434071624556112
Binary1001111011011011110011001110001111110101001011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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