#C1D7CF

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

Shades of Jet Stream #C1D7CF

Tints of Jet Stream #C1D7CF

Color information

#C1D7CF (or 0xC1D7CF) is unknown color: approx Jet Stream. HEX triplet: C1, D7 and CF. RGB value is (193,215,207). Sum of RGB (Red+Green+Blue) = 193+215+207=615 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.38% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D7CF is #3E2830. Grayscale: #CFCFCF. Windows color (decimal): -4073521 or 13621185. OLE color: 13621185.

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

Color convert

RGB193215207-
CMYK0.1000.040.16
HSL158.18º21.57%80%-
HSV(B)158.18º10.23%84.31%-
XYZ57.5664.4468.44-
YUV207.51127.71117.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.38%
GREEN value IS 215 (84.38% from 255) = 34.96%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=31.38%
G=34.96%
B=33.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932152070.1000.040.16158.1821.5780
HexC1D7CFA04109e1650
Octal30132731712042023626120
Binary110000011101011111001111101001001000010011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D7CF; }

 p { color: rgb(193,215,207); }

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

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

 a { background-color: rgb(193,215,207); }

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

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

 span { border-color: rgb(193,215,207); }

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