Shades of Jet Stream #C9CBCA
Tints of Jet Stream #C9CBCA
RGB
CMYK
RGB Variations
Color information
#C9CBCA (or 0xC9CBCA) is known color: Jet Stream. HEX triplet: C9, CB and CA. RGB value is (201,203,202). Sum of RGB (Red+Green+Blue) = 201+203+202=606 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.17% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 203 - color contains mainly: green. Hex color #C9CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CBCA is #363435. Grayscale: #CACACA. Windows color (decimal): -3552310 or 13290441. OLE color: 13290441.
HSL color Cylindrical-coordinate representation of color #C9CBCA: hue angle of 150º degrees, saturation: 0.02, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #C9CBCA is Cyan = 0.01, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 203 | 202 | - |
CMYK | 0.01 | 0 | 0.00 | 0.20 |
HSL | 150º | 0.02% | 0.79% | - |
HSV(B) | 150º | 0.01% | 0.8% | - |
XYZ | 56.1 | 59.39 | 64.38 | - |
YUV | 202.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 203 | 202 | 0.01 | 0 | 0.00 | 0.20 | 150 | 0.02 | 0.79 |
Hex | C9 | CB | CA | 1 | 0 | 0 | 14 | 96 | 2 | 4F |
Octal | 311 | 313 | 312 | 1 | 0 | 0 | 24 | 226 | 2 | 117 |
Binary | 11001001 | 11001011 | 11001010 | 1 | 0 | 0 | 10100 | 10010110 | 10 | 1001111 |
Color Harmonies of #C9CBCA
Complementary color
Monochromatic Colors of #C9CBCA
Black with #C9CBCA
Text Example
Text Example
White with #C9CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CBCA; }
p { color: rgb(201,203,202); }
H1.HeaderClassName
{
color: #C9CBCA;
}
.AnyTagClassName
{
color: #C9CBCA;
}
</style>
background-color css
<style>
a { background-color: #C9CBCA; }
a { background-color: rgb(201,203,202); }
div.DivClassName
{
background-color: #C9CBCA;
}
.BgClassName
{
background-color: #C9CBCA;
}
</style>
border-color css
<style>
span { border-color: #C9CBCA; }
span { border-color: rgb(201,203,202); }
td.TdClassName
{
border-color: #C9CBCA;
}
.TagClassName
{
border-color: #C9CBCA;
}
</style>