#9AD3CA

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

Shades of Sinbad #9AD3CA

Tints of Sinbad #9AD3CA

Color information

#9AD3CA (or 0x9AD3CA) is unknown color: approx Sinbad. HEX triplet: 9A, D3 and CA. RGB value is (154,211,202). Sum of RGB (Red+Green+Blue) = 154+211+202=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD3CA is #652C35. Grayscale: #C0C0C0. Windows color (decimal): -6630454 or 13292442. OLE color: 13292442.

HSL color Cylindrical-coordinate representation of color #9AD3CA: hue angle of 170.53º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD3CA is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB154211202-
CMYK0.2700.040.17
HSL170.53º39.31%71.57%-
HSV(B)170.53º27.01%82.75%-
XYZ47.2857.7264.53-
YUV192.93133.12100.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 211 (82.81% from 255) = 37.21%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=27.16%
G=37.21%
B=35.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542112020.2700.040.17170.5339.3171.57
Hex9AD3CA1B0411ab2748
Octal23232331233042125347110
Binary10011010110100111100101011011010010001101010111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,202); }

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

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

 a { background-color: rgb(154,211,202); }

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

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

 span { border-color: rgb(154,211,202); }

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