#9AE3DA

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

Shades of Sinbad #9AE3DA

Tints of Sinbad #9AE3DA

Color information

#9AE3DA (or 0x9AE3DA) is unknown color: approx Sinbad. HEX triplet: 9A, E3 and DA. RGB value is (154,227,218). Sum of RGB (Red+Green+Blue) = 154+227+218=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AE3DA is #651C25. Grayscale: #CCCCCC. Windows color (decimal): -6626342 or 14345114. OLE color: 14345114.

HSL color Cylindrical-coordinate representation of color #9AE3DA: hue angle of 172.6º degrees, saturation: 0.57, 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 #9AE3DA is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB154227218-
CMYK0.3200.040.11
HSL172.6º56.59%74.71%-
HSV(B)172.6º32.16%89.02%-
XYZ53.4566.8776.42-
YUV204.15135.8292.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 227 (89.06% from 255) = 37.90%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=25.71%
G=37.90%
B=36.39%

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
Decimal1542272180.3200.040.11172.656.5974.71
Hex9AE3DA2004Bad394b
Octal23234333240041325571113
Binary10011010111000111101101010000001001011101011011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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