#C0D8CD

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

Shades of Jet Stream #C0D8CD

Tints of Jet Stream #C0D8CD

Color information

#C0D8CD (or 0xC0D8CD) is unknown color: approx Jet Stream. HEX triplet: C0, D8 and CD. RGB value is (192,216,205). Sum of RGB (Red+Green+Blue) = 192+216+205=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8CD is #3F2732. Grayscale: #CFCFCF. Windows color (decimal): -4138803 or 13490368. OLE color: 13490368.

HSL color Cylindrical-coordinate representation of color #C0D8CD: hue angle of 152.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0D8CD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB192216205-
CMYK0.1100.050.15
HSL152.5º23.53%80%-
HSV(B)152.5º11.11%84.71%-
XYZ57.3164.7367.23-
YUV207.57126.55116.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.32%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 205 (80.47% from 255) = 33.44%
R=31.32%
G=35.24%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922162050.1100.050.15152.523.5380
HexC0D8CDB05F981850
Octal30033031513051723030120
Binary11000000110110001100110110110101111110011000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D8CD; }

 p { color: rgb(192,216,205); }

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

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

 a { background-color: rgb(192,216,205); }

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

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

 span { border-color: rgb(192,216,205); }

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