#ADD0C6

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

Shades of Jet Stream #ADD0C6

Tints of Jet Stream #ADD0C6

Color information

#ADD0C6 (or 0xADD0C6) is unknown color: approx Jet Stream. HEX triplet: AD, D0 and C6. RGB value is (173,208,198). Sum of RGB (Red+Green+Blue) = 173+208+198=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C6 is #522F39. Grayscale: #C4C4C4. Windows color (decimal): -5386042 or 13029549. OLE color: 13029549.

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

Color convert

RGB173208198-
CMYK0.1700.050.18
HSL162.86º27.13%74.71%-
HSV(B)162.86º16.83%81.57%-
XYZ49.9858.0762-
YUV196.4128.9111.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.88%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=29.88%
G=35.92%
B=34.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081980.1700.050.18162.8627.1374.71
HexADD0C6110512a31b4b
Octal25532030621052224333113
Binary1010110111010000110001101000101011001010100011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0C6; }

 p { color: rgb(173,208,198); }

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

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

 a { background-color: rgb(173,208,198); }

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

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

 span { border-color: rgb(173,208,198); }

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