Shades of Jet Stream #ADDBC8
Tints of Jet Stream #ADDBC8
RGB
CMYK
RGB Variations
Color information
#ADDBC8 (or 0xADDBC8) is known color: Jet Stream. HEX triplet: AD, DB and C8. RGB value is (173,219,200). Sum of RGB (Red+Green+Blue) = 173+219+200=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBC8 is #522437. Grayscale: #CBCBCB. Windows color (decimal): -5383224 or 13163437. OLE color: 13163437.
HSL color Cylindrical-coordinate representation of color #ADDBC8: hue angle of 155.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBC8 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 200 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.14 |
| HSL | 155.22º | 0.39% | 0.77% | - |
| HSV(B) | 155.22º | 0.21% | 0.86% | - |
| XYZ | 52.99 | 63.72 | 64.15 | - |
| YUV | 203.08 | 126.26 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 200 | 0.21 | 0 | 0.09 | 0.14 | 155.22 | 0.39 | 0.77 |
| Hex | AD | DB | C8 | 15 | 0 | 9 | E | 9B | 27 | 4D |
| Octal | 255 | 333 | 310 | 25 | 0 | 11 | 16 | 233 | 47 | 115 |
| Binary | 10101101 | 11011011 | 11001000 | 10101 | 0 | 1001 | 1110 | 10011011 | 100111 | 1001101 |
Color Harmonies of #ADDBC8
Complementary color
Monochromatic Colors of #ADDBC8
Black with #ADDBC8
Text Example
Text Example
White with #ADDBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDBC8; }
p { color: rgb(173,219,200); }
H1.HeaderClassName
{
color: #ADDBC8;
}
.AnyTagClassName
{
color: #ADDBC8;
}
</style>
background-color css
<style>
a { background-color: #ADDBC8; }
a { background-color: rgb(173,219,200); }
div.DivClassName
{
background-color: #ADDBC8;
}
.BgClassName
{
background-color: #ADDBC8;
}
</style>
border-color css
<style>
span { border-color: #ADDBC8; }
span { border-color: rgb(173,219,200); }
td.TdClassName
{
border-color: #ADDBC8;
}
.TagClassName
{
border-color: #ADDBC8;
}
</style>