Shades of Jet Stream #ADDCC5
Tints of Jet Stream #ADDCC5
RGB
CMYK
RGB Variations
Color information
#ADDCC5 (or 0xADDCC5) is known color: Jet Stream. HEX triplet: AD, DC and C5. RGB value is (173,220,197). Sum of RGB (Red+Green+Blue) = 173+220+197=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCC5 is #52233A. Grayscale: #CBCBCB. Windows color (decimal): -5382971 or 12967085. OLE color: 12967085.
HSL color Cylindrical-coordinate representation of color #ADDCC5: hue angle of 150.64º degrees, saturation: 0.4, 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 #ADDCC5 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 197 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.14 |
| HSL | 150.64º | 0.4% | 0.77% | - |
| HSV(B) | 150.64º | 0.21% | 0.86% | - |
| XYZ | 52.9 | 64.1 | 62.41 | - |
| YUV | 203.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 197 | 0.21 | 0 | 0.10 | 0.14 | 150.64 | 0.4 | 0.77 |
| Hex | AD | DC | C5 | 15 | 0 | A | E | 97 | 28 | 4D |
| Octal | 255 | 334 | 305 | 25 | 0 | 12 | 16 | 227 | 50 | 115 |
| Binary | 10101101 | 11011100 | 11000101 | 10101 | 0 | 1010 | 1110 | 10010111 | 101000 | 1001101 |
Color Harmonies of #ADDCC5
Complementary color
Monochromatic Colors of #ADDCC5
Black with #ADDCC5
Text Example
Text Example
White with #ADDCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDCC5; }
p { color: rgb(173,220,197); }
H1.HeaderClassName
{
color: #ADDCC5;
}
.AnyTagClassName
{
color: #ADDCC5;
}
</style>
background-color css
<style>
a { background-color: #ADDCC5; }
a { background-color: rgb(173,220,197); }
div.DivClassName
{
background-color: #ADDCC5;
}
.BgClassName
{
background-color: #ADDCC5;
}
</style>
border-color css
<style>
span { border-color: #ADDCC5; }
span { border-color: rgb(173,220,197); }
td.TdClassName
{
border-color: #ADDCC5;
}
.TagClassName
{
border-color: #ADDCC5;
}
</style>