#ADCEC2

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

Shades of Jet Stream #ADCEC2

Tints of Jet Stream #ADCEC2

Color information

#ADCEC2 (or 0xADCEC2) is unknown color: approx Jet Stream. HEX triplet: AD, CE and C2. RGB value is (173,206,194). Sum of RGB (Red+Green+Blue) = 173+206+194=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC2 is #52313D. Grayscale: #C2C2C2. Windows color (decimal): -5386558 or 12766893. OLE color: 12766893.

HSL color Cylindrical-coordinate representation of color #ADCEC2: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC2 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB173206194-
CMYK0.1600.060.19
HSL158.18º25.19%74.31%-
HSV(B)158.18º16.02%80.78%-
XYZ49.0456.9259.44-
YUV194.76127.57112.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=30.19%
G=35.95%
B=33.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061940.1600.060.19158.1825.1974.31
HexADCEC21006139e194a
Octal25531630220062323631112
Binary1010110111001110110000101000001101001110011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC2; }

 p { color: rgb(173,206,194); }

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

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

 a { background-color: rgb(173,206,194); }

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

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

 span { border-color: rgb(173,206,194); }

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