#9AE0DA

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

Shades of Sinbad #9AE0DA

Tints of Sinbad #9AE0DA

Color information

#9AE0DA (or 0x9AE0DA) is unknown color: approx Sinbad. HEX triplet: 9A, E0 and DA. RGB value is (154,224,218). Sum of RGB (Red+Green+Blue) = 154+224+218=596 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.84% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE0DA is #651F25. Grayscale: #CACACA. Windows color (decimal): -6627110 or 14344346. OLE color: 14344346.

HSL color Cylindrical-coordinate representation of color #9AE0DA: hue angle of 174.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AE0DA is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB154224218-
CMYK0.3100.030.12
HSL174.86º53.03%74.12%-
HSV(B)174.86º31.25%87.84%-
XYZ52.6465.2476.15-
YUV202.39136.8193.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.84%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=25.84%
G=37.58%
B=36.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1542242180.3100.030.12174.8653.0374.12
Hex9AE0DA1F03Caf354a
Octal23234033237031425765112
Binary100110101110000011011010111110111100101011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,218); }

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

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

 a { background-color: rgb(154,224,218); }

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

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

 span { border-color: rgb(154,224,218); }

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