Shades of Jet Stream #C5CDC9
Tints of Jet Stream #C5CDC9
RGB
CMYK
RGB Variations
Color information
#C5CDC9 (or 0xC5CDC9) is known color: Jet Stream. HEX triplet: C5, CD and C9. RGB value is (197,205,201). Sum of RGB (Red+Green+Blue) = 197+205+201=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CDC9 is #3A3236. Grayscale: #CACACA. Windows color (decimal): -3813943 or 13225413. OLE color: 13225413.
HSL color Cylindrical-coordinate representation of color #C5CDC9: hue angle of 150º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CDC9 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 201 | - |
CMYK | 0.04 | 0 | 0.02 | 0.20 |
HSL | 150º | 0.07% | 0.79% | - |
HSV(B) | 150º | 0.04% | 0.8% | - |
XYZ | 55.4 | 59.75 | 63.87 | - |
YUV | 202.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 201 | 0.04 | 0 | 0.02 | 0.20 | 150 | 0.07 | 0.79 |
Hex | C5 | CD | C9 | 4 | 0 | 2 | 14 | 96 | 7 | 4F |
Octal | 305 | 315 | 311 | 4 | 0 | 2 | 24 | 226 | 7 | 117 |
Binary | 11000101 | 11001101 | 11001001 | 100 | 0 | 10 | 10100 | 10010110 | 111 | 1001111 |
Color Harmonies of #C5CDC9
Complementary color
Monochromatic Colors of #C5CDC9
Black with #C5CDC9
Text Example
Text Example
White with #C5CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDC9; }
p { color: rgb(197,205,201); }
H1.HeaderClassName
{
color: #C5CDC9;
}
.AnyTagClassName
{
color: #C5CDC9;
}
</style>
background-color css
<style>
a { background-color: #C5CDC9; }
a { background-color: rgb(197,205,201); }
div.DivClassName
{
background-color: #C5CDC9;
}
.BgClassName
{
background-color: #C5CDC9;
}
</style>
border-color css
<style>
span { border-color: #C5CDC9; }
span { border-color: rgb(197,205,201); }
td.TdClassName
{
border-color: #C5CDC9;
}
.TagClassName
{
border-color: #C5CDC9;
}
</style>