Shades of Jet Stream #CACFCD
Tints of Jet Stream #CACFCD
RGB
CMYK
RGB Variations
Color information
#CACFCD (or 0xCACFCD) is known color: Jet Stream. HEX triplet: CA, CF and CD. RGB value is (202,207,205). Sum of RGB (Red+Green+Blue) = 202+207+205=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFCD is #353032. Grayscale: #CDCDCD. Windows color (decimal): -3485747 or 13488074. OLE color: 13488074.
HSL color Cylindrical-coordinate representation of color #CACFCD: hue angle of 156º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CACFCD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 207 | 205 | - |
CMYK | 0.02 | 0 | 0.01 | 0.19 |
HSL | 156º | 0.05% | 0.8% | - |
HSV(B) | 156º | 0.02% | 0.81% | - |
XYZ | 57.69 | 61.59 | 66.61 | - |
YUV | 205.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 207 | 205 | 0.02 | 0 | 0.01 | 0.19 | 156 | 0.05 | 0.8 |
Hex | CA | CF | CD | 2 | 0 | 1 | 13 | 9C | 5 | 50 |
Octal | 312 | 317 | 315 | 2 | 0 | 1 | 23 | 234 | 5 | 120 |
Binary | 11001010 | 11001111 | 11001101 | 10 | 0 | 1 | 10011 | 10011100 | 101 | 1010000 |
Color Harmonies of #CACFCD
Complementary color
Monochromatic Colors of #CACFCD
Black with #CACFCD
Text Example
Text Example
White with #CACFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFCD; }
p { color: rgb(202,207,205); }
H1.HeaderClassName
{
color: #CACFCD;
}
.AnyTagClassName
{
color: #CACFCD;
}
</style>
background-color css
<style>
a { background-color: #CACFCD; }
a { background-color: rgb(202,207,205); }
div.DivClassName
{
background-color: #CACFCD;
}
.BgClassName
{
background-color: #CACFCD;
}
</style>
border-color css
<style>
span { border-color: #CACFCD; }
span { border-color: rgb(202,207,205); }
td.TdClassName
{
border-color: #CACFCD;
}
.TagClassName
{
border-color: #CACFCD;
}
</style>