#C0D3CB

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

Shades of Jet Stream #C0D3CB

Tints of Jet Stream #C0D3CB

Color information

#C0D3CB (or 0xC0D3CB) is unknown color: approx Jet Stream. HEX triplet: C0, D3 and CB. RGB value is (192,211,203). Sum of RGB (Red+Green+Blue) = 192+211+203=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D3CB is #3F2C34. Grayscale: #CCCCCC. Windows color (decimal): -4140085 or 13358016. OLE color: 13358016.

HSL color Cylindrical-coordinate representation of color #C0D3CB: hue angle of 154.74º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0D3CB is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB192211203-
CMYK0.0900.040.17
HSL154.74º17.76%79.02%-
HSV(B)154.74º9%82.75%-
XYZ55.8162.1165.55-
YUV204.41127.21119.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.68%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=31.68%
G=34.82%
B=33.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922112030.0900.040.17154.7417.7679.02
HexC0D3CB904119b124f
Octal30032331311042123322117
Binary110000001101001111001011100101001000110011011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3CB; }

 p { color: rgb(192,211,203); }

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

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

 a { background-color: rgb(192,211,203); }

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

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

 span { border-color: rgb(192,211,203); }

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