Shades of Jet Stream #C8CCCA
Tints of Jet Stream #C8CCCA
RGB
CMYK
RGB Variations
Color information
#C8CCCA (or 0xC8CCCA) is known color: Jet Stream. HEX triplet: C8, CC and CA. RGB value is (200,204,202). Sum of RGB (Red+Green+Blue) = 200+204+202=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCCA is #373335. Grayscale: #CACACA. Windows color (decimal): -3617590 or 13290696. OLE color: 13290696.
HSL color Cylindrical-coordinate representation of color #C8CCCA: hue angle of 150º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8CCCA is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 200 | 204 | 202 | - |
CMYK | 0.02 | 0 | 0.01 | 0.2 |
HSL | 150º | 0.04% | 0.79% | - |
HSV(B) | 150º | 0.02% | 0.8% | - |
XYZ | 56.07 | 59.73 | 64.45 | - |
YUV | 202.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 204 | 202 | 0.02 | 0 | 0.01 | 0.2 | 150 | 0.04 | 0.79 |
Hex | C8 | CC | CA | 2 | 0 | 1 | 14 | 96 | 4 | 4F |
Octal | 310 | 314 | 312 | 2 | 0 | 1 | 24 | 226 | 4 | 117 |
Binary | 11001000 | 11001100 | 11001010 | 10 | 0 | 1 | 10100 | 10010110 | 100 | 1001111 |
Color Harmonies of #C8CCCA
Complementary color
Monochromatic Colors of #C8CCCA
Black with #C8CCCA
Text Example
Text Example
White with #C8CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCCA; }
p { color: rgb(200,204,202); }
H1.HeaderClassName
{
color: #C8CCCA;
}
.AnyTagClassName
{
color: #C8CCCA;
}
</style>
background-color css
<style>
a { background-color: #C8CCCA; }
a { background-color: rgb(200,204,202); }
div.DivClassName
{
background-color: #C8CCCA;
}
.BgClassName
{
background-color: #C8CCCA;
}
</style>
border-color css
<style>
span { border-color: #C8CCCA; }
span { border-color: rgb(200,204,202); }
td.TdClassName
{
border-color: #C8CCCA;
}
.TagClassName
{
border-color: #C8CCCA;
}
</style>