#C3D8D0

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

Shades of Jet Stream #C3D8D0

Tints of Jet Stream #C3D8D0

Color information

#C3D8D0 (or 0xC3D8D0) is unknown color: approx Jet Stream. HEX triplet: C3, D8 and D0. RGB value is (195,216,208). Sum of RGB (Red+Green+Blue) = 195+216+208=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8D0 is #3C272F. Grayscale: #D0D0D0. Windows color (decimal): -3942192 or 13686979. OLE color: 13686979.

HSL color Cylindrical-coordinate representation of color #C3D8D0: hue angle of 157.14º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8D0 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB195216208-
CMYK0.1000.040.15
HSL157.14º21.21%80.59%-
HSV(B)157.14º9.72%84.71%-
XYZ58.4565.2769.19-
YUV208.81127.54118.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.50%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=31.50%
G=34.89%
B=33.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952162080.1000.040.15157.1421.2180.59
HexC3D8D0A04F9d1551
Octal30333032012041723525121
Binary11000011110110001101000010100100111110011101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D8D0; }

 p { color: rgb(195,216,208); }

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

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

 a { background-color: rgb(195,216,208); }

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

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

 span { border-color: rgb(195,216,208); }

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