#ADD6C7

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

Shades of Jet Stream #ADD6C7

Tints of Jet Stream #ADD6C7

Color information

#ADD6C7 (or 0xADD6C7) is unknown color: approx Jet Stream. HEX triplet: AD, D6 and C7. RGB value is (173,214,199). Sum of RGB (Red+Green+Blue) = 173+214+199=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C7 is #522938. Grayscale: #C8C8C8. Windows color (decimal): -5384505 or 13096621. OLE color: 13096621.

HSL color Cylindrical-coordinate representation of color #ADD6C7: hue angle of 158.05º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6C7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB173214199-
CMYK0.1900.070.16
HSL158.05º33.33%75.88%-
HSV(B)158.05º19.16%83.92%-
XYZ51.5961.163.11-
YUV200.03127.42108.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 199 (78.12% from 255) = 33.96%
R=29.52%
G=36.52%
B=33.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141990.1900.070.16158.0533.3375.88
HexADD6C71307109e214c
Octal25532630723072023641114
Binary10101101110101101100011110011011110000100111101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6C7; }

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

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

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

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

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

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

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

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