#C5CFCB

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

Shades of Jet Stream #C5CFCB

Tints of Jet Stream #C5CFCB

Color information

#C5CFCB (or 0xC5CFCB) is unknown color: approx Jet Stream. HEX triplet: C5, CF and CB. RGB value is (197,207,203). Sum of RGB (Red+Green+Blue) = 197+207+203=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFCB is #3A3034. Grayscale: #CBCBCB. Windows color (decimal): -3813429 or 13356997. OLE color: 13356997.

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

Color convert

RGB197207203-
CMYK0.0500.020.19
HSL156º9.43%79.22%-
HSV(B)156º4.83%81.18%-
XYZ56.1260.8165.28-
YUV203.55127.69123.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.45%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 203 (79.69% from 255) = 33.44%
R=32.45%
G=34.10%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1972072030.0500.020.191569.4379.22
HexC5CFCB502139c94f
Octal3053173135022323411117
Binary110001011100111111001011101010100111001110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFCB; }

 p { color: rgb(197,207,203); }

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

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

 a { background-color: rgb(197,207,203); }

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

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

 span { border-color: rgb(197,207,203); }

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