#C5CECA

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

Shades of Jet Stream #C5CECA

Tints of Jet Stream #C5CECA

Color information

#C5CECA (or 0xC5CECA) is unknown color: approx Jet Stream. HEX triplet: C5, CE and CA. RGB value is (197,206,202). Sum of RGB (Red+Green+Blue) = 197+206+202=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CECA is #3A3135. Grayscale: #CACACA. Windows color (decimal): -3813686 or 13291205. OLE color: 13291205.

HSL color Cylindrical-coordinate representation of color #C5CECA: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CECA is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB197206202-
CMYK0.0400.020.19
HSL153.33º8.41%79.02%-
HSV(B)153.33º4.37%80.78%-
XYZ55.7660.2864.57-
YUV202.85127.52123.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.56%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=32.56%
G=34.05%
B=33.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972062020.0400.020.19153.338.4179.02
HexC5CECA402139984f
Octal3053163124022323110117
Binary110001011100111011001010100010100111001100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CECA; }

 p { color: rgb(197,206,202); }

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

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

 a { background-color: rgb(197,206,202); }

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

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

 span { border-color: rgb(197,206,202); }

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