#ADD3CE

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

Shades of Sinbad #ADD3CE

Tints of Sinbad #ADD3CE

Color information

#ADD3CE (or 0xADD3CE) is unknown color: approx Sinbad. HEX triplet: AD, D3 and CE. RGB value is (173,211,206). Sum of RGB (Red+Green+Blue) = 173+211+206=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3CE is #522C31. Grayscale: #C7C7C7. Windows color (decimal): -5385266 or 13554605. OLE color: 13554605.

HSL color Cylindrical-coordinate representation of color #ADD3CE: hue angle of 172.11º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3CE is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB173211206-
CMYK0.1800.020.17
HSL172.11º30.16%75.29%-
HSV(B)172.11º18.01%82.75%-
XYZ51.6759.9367.24-
YUV199.07131.91109.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.32%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=29.32%
G=35.76%
B=34.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732112060.1800.020.17172.1130.1675.29
HexADD3CE120211ac1e4b
Octal25532331622022125436113
Binary101011011101001111001110100100101000110101100111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3CE; }

 p { color: rgb(173,211,206); }

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

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

 a { background-color: rgb(173,211,206); }

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

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

 span { border-color: rgb(173,211,206); }

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