Shades of Jet Stream #C2D0CC
Tints of Jet Stream #C2D0CC
RGB
CMYK
RGB Variations
Color information
#C2D0CC (or 0xC2D0CC) is known color: Jet Stream. HEX triplet: C2, D0 and CC. RGB value is (194,208,204). Sum of RGB (Red+Green+Blue) = 194+208+204=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D0CC is #3D2F33. Grayscale: #CBCBCB. Windows color (decimal): -4009780 or 13422786. OLE color: 13422786.
HSL color Cylindrical-coordinate representation of color #C2D0CC: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2D0CC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 208 | 204 | - |
CMYK | 0.07 | 0 | 0.02 | 0.18 |
HSL | 162.86º | 0.13% | 0.79% | - |
HSV(B) | 162.86º | 0.07% | 0.82% | - |
XYZ | 55.7 | 60.94 | 65.95 | - |
YUV | 203.36 | 128.36 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 208 | 204 | 0.07 | 0 | 0.02 | 0.18 | 162.86 | 0.13 | 0.79 |
Hex | C2 | D0 | CC | 7 | 0 | 2 | 12 | A3 | D | 4F |
Octal | 302 | 320 | 314 | 7 | 0 | 2 | 22 | 243 | 15 | 117 |
Binary | 11000010 | 11010000 | 11001100 | 111 | 0 | 10 | 10010 | 10100011 | 1101 | 1001111 |
Color Harmonies of #C2D0CC
Complementary color
Monochromatic Colors of #C2D0CC
Black with #C2D0CC
Text Example
Text Example
White with #C2D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D0CC; }
p { color: rgb(194,208,204); }
H1.HeaderClassName
{
color: #C2D0CC;
}
.AnyTagClassName
{
color: #C2D0CC;
}
</style>
background-color css
<style>
a { background-color: #C2D0CC; }
a { background-color: rgb(194,208,204); }
div.DivClassName
{
background-color: #C2D0CC;
}
.BgClassName
{
background-color: #C2D0CC;
}
</style>
border-color css
<style>
span { border-color: #C2D0CC; }
span { border-color: rgb(194,208,204); }
td.TdClassName
{
border-color: #C2D0CC;
}
.TagClassName
{
border-color: #C2D0CC;
}
</style>