#9CE5DE

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

Shades of Sinbad #9CE5DE

Tints of Sinbad #9CE5DE

Color information

#9CE5DE (or 0x9CE5DE) is unknown color: approx Sinbad. HEX triplet: 9C, E5 and DE. RGB value is (156,229,222). Sum of RGB (Red+Green+Blue) = 156+229+222=607 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.70% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5DE is #631A21. Grayscale: #CECECE. Windows color (decimal): -6494754 or 14607772. OLE color: 14607772.

HSL color Cylindrical-coordinate representation of color #9CE5DE: hue angle of 174.25º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5DE is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB156229222-
CMYK0.3200.030.10
HSL174.25º58.4%75.49%-
HSV(B)174.25º31.88%89.8%-
XYZ54.9168.3879.41-
YUV206.38136.8292.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.70%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=25.70%
G=37.73%
B=36.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1562292220.3200.030.10174.2558.475.49
Hex9CE5DE2003Aae3a4b
Octal23434533640031225672113
Binary1001110011100101110111101000000111010101011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,229,222); }

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

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

 a { background-color: rgb(156,229,222); }

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

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

 span { border-color: rgb(156,229,222); }

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