Shades of Jet Stream #ADDAC4
Tints of Jet Stream #ADDAC4
RGB
CMYK
RGB Variations
Color information
#ADDAC4 (or 0xADDAC4) is known color: Jet Stream. HEX triplet: AD, DA and C4. RGB value is (173,218,196). Sum of RGB (Red+Green+Blue) = 173+218+196=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC4 is #52253B. Grayscale: #CACACA. Windows color (decimal): -5383484 or 12901037. OLE color: 12901037.
HSL color Cylindrical-coordinate representation of color #ADDAC4: hue angle of 150.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAC4 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 196 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.15 |
| HSL | 150.67º | 0.38% | 0.77% | - |
| HSV(B) | 150.67º | 0.21% | 0.85% | - |
| XYZ | 52.27 | 63.01 | 61.63 | - |
| YUV | 202.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 196 | 0.21 | 0 | 0.10 | 0.15 | 150.67 | 0.38 | 0.77 |
| Hex | AD | DA | C4 | 15 | 0 | A | F | 97 | 26 | 4D |
| Octal | 255 | 332 | 304 | 25 | 0 | 12 | 17 | 227 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11000100 | 10101 | 0 | 1010 | 1111 | 10010111 | 100110 | 1001101 |
Color Harmonies of #ADDAC4
Complementary color
Monochromatic Colors of #ADDAC4
Black with #ADDAC4
Text Example
Text Example
White with #ADDAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC4; }
p { color: rgb(173,218,196); }
H1.HeaderClassName
{
color: #ADDAC4;
}
.AnyTagClassName
{
color: #ADDAC4;
}
</style>
background-color css
<style>
a { background-color: #ADDAC4; }
a { background-color: rgb(173,218,196); }
div.DivClassName
{
background-color: #ADDAC4;
}
.BgClassName
{
background-color: #ADDAC4;
}
</style>
border-color css
<style>
span { border-color: #ADDAC4; }
span { border-color: rgb(173,218,196); }
td.TdClassName
{
border-color: #ADDAC4;
}
.TagClassName
{
border-color: #ADDAC4;
}
</style>