#C3D1CA

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

Shades of Jet Stream #C3D1CA

Tints of Jet Stream #C3D1CA

Color information

#C3D1CA (or 0xC3D1CA) is unknown color: approx Jet Stream. HEX triplet: C3, D1 and CA. RGB value is (195,209,202). Sum of RGB (Red+Green+Blue) = 195+209+202=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1CA is #3C2E35. Grayscale: #CCCCCC. Windows color (decimal): -3943990 or 13291971. OLE color: 13291971.

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

Color convert

RGB195209202-
CMYK0.0700.030.18
HSL150º13.21%79.22%-
HSV(B)150º6.7%81.96%-
XYZ55.9761.4764.79-
YUV204.02126.86121.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.18%
GREEN value IS 209 (82.03% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 33.33%
R=32.18%
G=34.49%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952092020.0700.030.1815013.2179.22
HexC3D1CA7031296d4f
Octal3033213127032222615117
Binary110000111101000111001010111011100101001011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D1CA; }

 p { color: rgb(195,209,202); }

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

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

 a { background-color: rgb(195,209,202); }

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

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

 span { border-color: rgb(195,209,202); }

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