#9AD6CA

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

Shades of Sinbad #9AD6CA

Tints of Sinbad #9AD6CA

Color information

#9AD6CA (or 0x9AD6CA) is unknown color: approx Sinbad. HEX triplet: 9A, D6 and CA. RGB value is (154,214,202). Sum of RGB (Red+Green+Blue) = 154+214+202=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD6CA is #652935. Grayscale: #C2C2C2. Windows color (decimal): -6629686 or 13293210. OLE color: 13293210.

HSL color Cylindrical-coordinate representation of color #9AD6CA: hue angle of 168º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD6CA is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB154214202-
CMYK0.2800.060.16
HSL168º42.25%72.16%-
HSV(B)168º28.04%83.92%-
XYZ48.0359.2364.78-
YUV194.69132.1298.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.02%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=27.02%
G=37.54%
B=35.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542142020.2800.060.1616842.2572.16
Hex9AD6CA1C0610a82a48
Octal23232631234062025052110
Binary10011010110101101100101011100011010000101010001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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