#C3D1CB

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

Shades of Jet Stream #C3D1CB

Tints of Jet Stream #C3D1CB

Color information

#C3D1CB (or 0xC3D1CB) is unknown color: approx Jet Stream. HEX triplet: C3, D1 and CB. RGB value is (195,209,203). Sum of RGB (Red+Green+Blue) = 195+209+203=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 209 (82.03% from 255 or 34.43% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1CB is #3C2E34. Grayscale: #CCCCCC. Windows color (decimal): -3943989 or 13357507. OLE color: 13357507.

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

Color convert

RGB195209203-
CMYK0.0700.030.18
HSL154.29º13.21%79.22%-
HSV(B)154.29º6.7%81.96%-
XYZ56.0961.5165.42-
YUV204.13127.36121.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.13%
GREEN value IS 209 (82.03% from 255) = 34.43%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=32.13%
G=34.43%
B=33.44%

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
Decimal1952092030.0700.030.18154.2913.2179.22
HexC3D1CB703129ad4f
Octal3033213137032223215117
Binary110000111101000111001011111011100101001101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D1CB; }

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

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

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

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

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

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

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

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