#C0D1CC

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

Shades of Jet Stream #C0D1CC

Tints of Jet Stream #C0D1CC

Color information

#C0D1CC (or 0xC0D1CC) is unknown color: approx Jet Stream. HEX triplet: C0, D1 and CC. RGB value is (192,209,204). Sum of RGB (Red+Green+Blue) = 192+209+204=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1CC is #3F2E33. Grayscale: #CBCBCB. Windows color (decimal): -4140596 or 13423040. OLE color: 13423040.

HSL color Cylindrical-coordinate representation of color #C0D1CC: hue angle of 162.35º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0D1CC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB192209204-
CMYK0.0800.020.18
HSL162.35º15.6%78.63%-
HSV(B)162.35º8.13%81.96%-
XYZ55.4461.1766.01-
YUV203.35128.37119.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.74%
GREEN value IS 209 (82.03% from 255) = 34.55%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=31.74%
G=34.55%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922092040.0800.020.18162.3515.678.63
HexC0D1CC80212a2104f
Octal30032131410022224220117
Binary11000000110100011100110010000101001010100010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1CC; }

 p { color: rgb(192,209,204); }

 H1.HeaderClassName
 {
   color: #C0D1CC;
 }
 .AnyTagClassName
 {
   color: #C0D1CC;
 }
</style>
background-color css

<style>
 a { background-color: #C0D1CC; }

 a { background-color: rgb(192,209,204); }

 div.DivClassName
 {
   background-color: #C0D1CC;
 }
 .BgClassName
 {
   background-color: #C0D1CC;
 }
</style>
border-color css

<style>
 span { border-color: #C0D1CC; }

 span { border-color: rgb(192,209,204); }

 td.TdClassName
 {
   border-color: #C0D1CC;
 }
 .TagClassName
 {
   border-color: #C0D1CC;
 }
</style>