#C2D3CC

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

Shades of Jet Stream #C2D3CC

Tints of Jet Stream #C2D3CC

Color information

#C2D3CC (or 0xC2D3CC) is unknown color: approx Jet Stream. HEX triplet: C2, D3 and CC. RGB value is (194,211,204). Sum of RGB (Red+Green+Blue) = 194+211+204=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3CC is #3D2C33. Grayscale: #CDCDCD. Windows color (decimal): -4009012 or 13423554. OLE color: 13423554.

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

Color convert

RGB194211204-
CMYK0.0800.030.17
HSL155.29º16.19%79.41%-
HSV(B)155.29º8.06%82.75%-
XYZ56.4462.4266.2-
YUV205.12127.37120.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.86%
GREEN value IS 211 (82.81% from 255) = 34.65%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=31.86%
G=34.65%
B=33.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942112040.0800.030.17155.2916.1979.41
HexC2D3CC803119b104f
Octal30232331410032123320117
Binary11000010110100111100110010000111000110011011100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D3CC; }

 p { color: rgb(194,211,204); }

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

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

 a { background-color: rgb(194,211,204); }

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

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

 span { border-color: rgb(194,211,204); }

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