#ADD0C3

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

Shades of Jet Stream #ADD0C3

Tints of Jet Stream #ADD0C3

Color information

#ADD0C3 (or 0xADD0C3) is unknown color: approx Jet Stream. HEX triplet: AD, D0 and C3. RGB value is (173,208,195). Sum of RGB (Red+Green+Blue) = 173+208+195=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0C3 is #522F3C. Grayscale: #C4C4C4. Windows color (decimal): -5386045 or 12832941. OLE color: 12832941.

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

Color convert

RGB173208195-
CMYK0.1700.060.18
HSL157.71º27.13%74.71%-
HSV(B)157.71º16.83%81.57%-
XYZ49.6457.9460.2-
YUV196.05127.4111.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=30.03%
G=36.11%
B=33.85%

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
Decimal1732081950.1700.060.18157.7127.1374.71
HexADD0C31106129e1b4b
Octal25532030321062223633113
Binary1010110111010000110000111000101101001010011110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0C3; }

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

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

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

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

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

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

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

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