#ADD0C4

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

Shades of Jet Stream #ADD0C4

Tints of Jet Stream #ADD0C4

Color information

#ADD0C4 (or 0xADD0C4) is unknown color: approx Jet Stream. HEX triplet: AD, D0 and C4. RGB value is (173,208,196). Sum of RGB (Red+Green+Blue) = 173+208+196=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C4 is #522F3B. Grayscale: #C4C4C4. Windows color (decimal): -5386044 or 12898477. OLE color: 12898477.

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

Color convert

RGB173208196-
CMYK0.1700.060.18
HSL159.43º27.13%74.71%-
HSV(B)159.43º16.83%81.57%-
XYZ49.7557.9860.79-
YUV196.17127.9111.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.98%
GREEN value IS 208 (81.64% from 255) = 36.05%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=29.98%
G=36.05%
B=33.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081960.1700.060.18159.4327.1374.71
HexADD0C41106129f1b4b
Octal25532030421062223733113
Binary1010110111010000110001001000101101001010011111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0C4; }

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

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

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

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

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

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

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

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