#C1D3CA

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

Shades of Jet Stream #C1D3CA

Tints of Jet Stream #C1D3CA

Color information

#C1D3CA (or 0xC1D3CA) is unknown color: approx Jet Stream. HEX triplet: C1, D3 and CA. RGB value is (193,211,202). Sum of RGB (Red+Green+Blue) = 193+211+202=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D3CA is #3E2C35. Grayscale: #CCCCCC. Windows color (decimal): -4074550 or 13292481. OLE color: 13292481.

HSL color Cylindrical-coordinate representation of color #C1D3CA: hue angle of 150º degrees, saturation: 0.17, 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 #C1D3CA is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB193211202-
CMYK0.0900.040.17
HSL150º16.98%79.22%-
HSV(B)150º8.53%82.75%-
XYZ55.9562.1964.93-
YUV204.59126.54119.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.85%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=31.85%
G=34.82%
B=33.33%

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
Decimal1932112020.0900.040.1715016.9879.22
HexC1D3CA9041196114f
Octal30132331211042122621117
Binary110000011101001111001010100101001000110010110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D3CA; }

 p { color: rgb(193,211,202); }

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

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

 a { background-color: rgb(193,211,202); }

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

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

 span { border-color: rgb(193,211,202); }

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