#9AD1CC

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

Shades of Sinbad #9AD1CC

Tints of Sinbad #9AD1CC

Color information

#9AD1CC (or 0x9AD1CC) is unknown color: approx Sinbad. HEX triplet: 9A, D1 and CC. RGB value is (154,209,204). Sum of RGB (Red+Green+Blue) = 154+209+204=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 209 (82.03% from 255 or 36.86% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD1CC is #652E33. Grayscale: #BFBFBF. Windows color (decimal): -6630964 or 13423002. OLE color: 13423002.

HSL color Cylindrical-coordinate representation of color #9AD1CC: hue angle of 174.55º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AD1CC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB154209204-
CMYK0.2600.020.18
HSL174.55º37.41%71.18%-
HSV(B)174.55º26.32%81.96%-
XYZ47.0356.8365.62-
YUV191.98134.78100.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.16%
GREEN value IS 209 (82.03% from 255) = 36.86%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=27.16%
G=36.86%
B=35.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542092040.2600.020.18174.5537.4171.18
Hex9AD1CC1A0212af2547
Octal23232131432022225745107
Binary1001101011010001110011001101001010010101011111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,204); }

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

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

 a { background-color: rgb(154,209,204); }

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

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

 span { border-color: rgb(154,209,204); }

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