#ADD3C6

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

Shades of Jet Stream #ADD3C6

Tints of Jet Stream #ADD3C6

Color information

#ADD3C6 (or 0xADD3C6) is unknown color: approx Jet Stream. HEX triplet: AD, D3 and C6. RGB value is (173,211,198). Sum of RGB (Red+Green+Blue) = 173+211+198=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3C6 is #522C39. Grayscale: #C6C6C6. Windows color (decimal): -5385274 or 13030317. OLE color: 13030317.

HSL color Cylindrical-coordinate representation of color #ADD3C6: hue angle of 159.47º 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 #ADD3C6 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB173211198-
CMYK0.1800.060.17
HSL159.47º30.16%75.29%-
HSV(B)159.47º18.01%82.75%-
XYZ50.7259.5562.25-
YUV198.16127.91110.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.73%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 198 (77.73% from 255) = 34.02%
R=29.73%
G=36.25%
B=34.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732111980.1800.060.17159.4730.1675.29
HexADD3C61206119f1e4b
Octal25532330622062123736113
Binary1010110111010011110001101001001101000110011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3C6; }

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

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

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

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

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

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

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

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