Shades of Jet Stream #ADDAC8
Tints of Jet Stream #ADDAC8
RGB
CMYK
RGB Variations
Color information
#ADDAC8 (or 0xADDAC8) is known color: Jet Stream. HEX triplet: AD, DA and C8. RGB value is (173,218,200). Sum of RGB (Red+Green+Blue) = 173+218+200=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAC8 is #522537. Grayscale: #CACACA. Windows color (decimal): -5383480 or 13163181. OLE color: 13163181.
HSL color Cylindrical-coordinate representation of color #ADDAC8: hue angle of 156º 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 #ADDAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 200 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.15 |
| HSL | 156º | 0.38% | 0.77% | - |
| HSV(B) | 156º | 0.21% | 0.85% | - |
| XYZ | 52.73 | 63.2 | 64.06 | - |
| YUV | 202.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 200 | 0.21 | 0 | 0.08 | 0.15 | 156 | 0.38 | 0.77 |
| Hex | AD | DA | C8 | 15 | 0 | 8 | F | 9C | 26 | 4D |
| Octal | 255 | 332 | 310 | 25 | 0 | 10 | 17 | 234 | 46 | 115 |
| Binary | 10101101 | 11011010 | 11001000 | 10101 | 0 | 1000 | 1111 | 10011100 | 100110 | 1001101 |
Color Harmonies of #ADDAC8
Complementary color
Monochromatic Colors of #ADDAC8
Black with #ADDAC8
Text Example
Text Example
White with #ADDAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAC8; }
p { color: rgb(173,218,200); }
H1.HeaderClassName
{
color: #ADDAC8;
}
.AnyTagClassName
{
color: #ADDAC8;
}
</style>
background-color css
<style>
a { background-color: #ADDAC8; }
a { background-color: rgb(173,218,200); }
div.DivClassName
{
background-color: #ADDAC8;
}
.BgClassName
{
background-color: #ADDAC8;
}
</style>
border-color css
<style>
span { border-color: #ADDAC8; }
span { border-color: rgb(173,218,200); }
td.TdClassName
{
border-color: #ADDAC8;
}
.TagClassName
{
border-color: #ADDAC8;
}
</style>