#C2D0CC

Color #C2D0CC Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #C2D0CC

Tints of Jet Stream #C2D0CC

Color information

#C2D0CC (or 0xC2D0CC) is unknown color: approx 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

RGB194208204-
CMYK0.0700.020.18
HSL162.86º12.96%78.82%-
HSV(B)162.86º6.73%81.57%-
XYZ55.760.9465.95-
YUV203.36128.36121.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 208 (81.64% from 255) = 34.32%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=32.01%
G=34.32%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942082040.0700.020.18162.8612.9678.82
HexC2D0CC70212a3d4f
Octal3023203147022224315117
Binary110000101101000011001100111010100101010001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>