#C0D5CB

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

Shades of Jet Stream #C0D5CB

Tints of Jet Stream #C0D5CB

Color information

#C0D5CB (or 0xC0D5CB) is unknown color: approx Jet Stream. HEX triplet: C0, D5 and CB. RGB value is (192,213,203). Sum of RGB (Red+Green+Blue) = 192+213+203=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D5CB is #3F2A34. Grayscale: #CDCDCD. Windows color (decimal): -4139573 or 13358528. OLE color: 13358528.

HSL color Cylindrical-coordinate representation of color #C0D5CB: hue angle of 151.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0D5CB is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB192213203-
CMYK0.1000.050.16
HSL151.43º20%79.41%-
HSV(B)151.43º9.86%83.53%-
XYZ56.3163.1165.71-
YUV205.58126.54118.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.58%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=31.58%
G=35.03%
B=33.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922132030.1000.050.16151.432079.41
HexC0D5CBA051097144f
Octal30032531312052022724117
Binary110000001101010111001011101001011000010010111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D5CB; }

 p { color: rgb(192,213,203); }

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

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

 a { background-color: rgb(192,213,203); }

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

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

 span { border-color: rgb(192,213,203); }

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