#C5D5CF

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

Shades of Jet Stream #C5D5CF

Tints of Jet Stream #C5D5CF

Color information

#C5D5CF (or 0xC5D5CF) is unknown color: approx Jet Stream. HEX triplet: C5, D5 and CF. RGB value is (197,213,207). Sum of RGB (Red+Green+Blue) = 197+213+207=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5CF is #3A2A30. Grayscale: #CFCFCF. Windows color (decimal): -3811889 or 13620677. OLE color: 13620677.

HSL color Cylindrical-coordinate representation of color #C5D5CF: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D5CF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB197213207-
CMYK0.0800.030.16
HSL157.5º16%80.39%-
HSV(B)157.5º7.51%83.53%-
XYZ58.0863.9668.32-
YUV207.53127.7120.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.93%
GREEN value IS 213 (83.59% from 255) = 34.52%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=31.93%
G=34.52%
B=33.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972132070.0800.030.16157.51680.39
HexC5D5CF803109d1050
Octal30532531710032023520120
Binary11000101110101011100111110000111000010011101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D5CF; }

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

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

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

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

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

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

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

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