Shades of Jet Stream #C3D0CC
Tints of Jet Stream #C3D0CC
RGB
CMYK
RGB Variations
Color information
#C3D0CC (or 0xC3D0CC) is known color: Jet Stream. HEX triplet: C3, D0 and CC. RGB value is (195,208,204). Sum of RGB (Red+Green+Blue) = 195+208+204=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0CC is #3C2F33. Grayscale: #CBCBCB. Windows color (decimal): -3944244 or 13422787. OLE color: 13422787.
HSL color Cylindrical-coordinate representation of color #C3D0CC: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C3D0CC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 195 | 208 | 204 | - |
CMYK | 0.06 | 0 | 0.02 | 0.18 |
HSL | 161.54º | 0.12% | 0.79% | - |
HSV(B) | 161.54º | 0.06% | 0.82% | - |
XYZ | 55.96 | 61.07 | 65.97 | - |
YUV | 203.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 208 | 204 | 0.06 | 0 | 0.02 | 0.18 | 161.54 | 0.12 | 0.79 |
Hex | C3 | D0 | CC | 6 | 0 | 2 | 12 | A2 | C | 4F |
Octal | 303 | 320 | 314 | 6 | 0 | 2 | 22 | 242 | 14 | 117 |
Binary | 11000011 | 11010000 | 11001100 | 110 | 0 | 10 | 10010 | 10100010 | 1100 | 1001111 |
Color Harmonies of #C3D0CC
Complementary color
Monochromatic Colors of #C3D0CC
Black with #C3D0CC
Text Example
Text Example
White with #C3D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D0CC; }
p { color: rgb(195,208,204); }
H1.HeaderClassName
{
color: #C3D0CC;
}
.AnyTagClassName
{
color: #C3D0CC;
}
</style>
background-color css
<style>
a { background-color: #C3D0CC; }
a { background-color: rgb(195,208,204); }
div.DivClassName
{
background-color: #C3D0CC;
}
.BgClassName
{
background-color: #C3D0CC;
}
</style>
border-color css
<style>
span { border-color: #C3D0CC; }
span { border-color: rgb(195,208,204); }
td.TdClassName
{
border-color: #C3D0CC;
}
.TagClassName
{
border-color: #C3D0CC;
}
</style>