#C0D1C9

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

Shades of Jet Stream #C0D1C9

Tints of Jet Stream #C0D1C9

Color information

#C0D1C9 (or 0xC0D1C9) is unknown color: approx Jet Stream. HEX triplet: C0, D1 and C9. RGB value is (192,209,201). Sum of RGB (Red+Green+Blue) = 192+209+201=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D1C9 is #3F2E36. Grayscale: #CBCBCB. Windows color (decimal): -4140599 or 13226432. OLE color: 13226432.

HSL color Cylindrical-coordinate representation of color #C0D1C9: hue angle of 151.76º 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 #C0D1C9 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB192209201-
CMYK0.0800.040.18
HSL151.76º15.6%78.63%-
HSV(B)151.76º8.13%81.96%-
XYZ55.0861.0264.13-
YUV203126.87120.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 201 (78.91% from 255) = 33.39%
R=31.89%
G=34.72%
B=33.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922092010.0800.040.18151.7615.678.63
HexC0D1C98041298104f
Octal30032131110042223020117
Binary110000001101000111001001100001001001010011000100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D1C9; }

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

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

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

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

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

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

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

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