#C2D5CF

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

Shades of Jet Stream #C2D5CF

Tints of Jet Stream #C2D5CF

Color information

#C2D5CF (or 0xC2D5CF) is unknown color: approx Jet Stream. HEX triplet: C2, D5 and CF. RGB value is (194,213,207). Sum of RGB (Red+Green+Blue) = 194+213+207=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5CF is #3D2A30. Grayscale: #CECECE. Windows color (decimal): -4008497 or 13620674. OLE color: 13620674.

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

Color convert

RGB194213207-
CMYK0.0900.030.16
HSL161.05º18.45%79.8%-
HSV(B)161.05º8.92%83.53%-
XYZ57.363.5668.28-
YUV206.64128.21118.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 207 (81.25% from 255) = 33.71%
R=31.60%
G=34.69%
B=33.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1942132070.0900.030.16161.0518.4579.8
HexC2D5CF90310a11250
Octal30232531711032024122120
Binary11000010110101011100111110010111000010100001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D5CF; }

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

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

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

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

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

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

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

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