#9AE4DC

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

Shades of Sinbad #9AE4DC

Tints of Sinbad #9AE4DC

Color information

#9AE4DC (or 0x9AE4DC) is unknown color: approx Sinbad. HEX triplet: 9A, E4 and DC. RGB value is (154,228,220). Sum of RGB (Red+Green+Blue) = 154+228+220=602 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.58% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE4DC is #651B23. Grayscale: #CCCCCC. Windows color (decimal): -6626084 or 14476442. OLE color: 14476442.

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

Color convert

RGB154228220-
CMYK0.3200.040.11
HSL173.51º57.81%74.9%-
HSV(B)173.51º32.46%89.41%-
XYZ53.9967.5277.9-
YUV204.96136.4891.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.58%
GREEN value IS 228 (89.45% from 255) = 37.87%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=25.58%
G=37.87%
B=36.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1542282200.3200.040.11173.5157.8174.9
Hex9AE4DC2004Bae3a4b
Octal23234433440041325672113
Binary10011010111001001101110010000001001011101011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,228,220); }

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

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

 a { background-color: rgb(154,228,220); }

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

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

 span { border-color: rgb(154,228,220); }

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