#ADD3C7

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

Shades of Jet Stream #ADD3C7

Tints of Jet Stream #ADD3C7

Color information

#ADD3C7 (or 0xADD3C7) is unknown color: approx Jet Stream. HEX triplet: AD, D3 and C7. RGB value is (173,211,199). Sum of RGB (Red+Green+Blue) = 173+211+199=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3C7 is #522C38. Grayscale: #C6C6C6. Windows color (decimal): -5385273 or 13095853. OLE color: 13095853.

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

Color convert

RGB173211199-
CMYK0.1800.060.17
HSL161.05º30.16%75.29%-
HSV(B)161.05º18.01%82.75%-
XYZ50.8459.662.86-
YUV198.27128.41109.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 211 (82.81% from 255) = 36.19%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=29.67%
G=36.19%
B=34.13%

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
Decimal1732111990.1800.060.17161.0530.1675.29
HexADD3C7120611a11e4b
Octal25532330722062124136113
Binary1010110111010011110001111001001101000110100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3C7; }

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

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

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

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

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

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

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

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