#C0DACF

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

Shades of Jet Stream #C0DACF

Tints of Jet Stream #C0DACF

Color information

#C0DACF (or 0xC0DACF) is unknown color: approx Jet Stream. HEX triplet: C0, DA and CF. RGB value is (192,218,207). Sum of RGB (Red+Green+Blue) = 192+218+207=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DACF is #3F2530. Grayscale: #D0D0D0. Windows color (decimal): -4138289 or 13621952. OLE color: 13621952.

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

Color convert

RGB192218207-
CMYK0.1200.050.15
HSL154.62º26%80.39%-
HSV(B)154.62º11.93%85.49%-
XYZ58.0765.8568.68-
YUV208.97126.89115.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.12%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=31.12%
G=35.33%
B=33.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922182070.1200.050.15154.622680.39
HexC0DACFC05F9b1a50
Octal30033231714051723332120
Binary11000000110110101100111111000101111110011011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DACF; }

 p { color: rgb(192,218,207); }

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

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

 a { background-color: rgb(192,218,207); }

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

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

 span { border-color: rgb(192,218,207); }

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