#ADCFC1

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

Shades of Jet Stream #ADCFC1

Tints of Jet Stream #ADCFC1

Color information

#ADCFC1 (or 0xADCFC1) is unknown color: approx Jet Stream. HEX triplet: AD, CF and C1. RGB value is (173,207,193). Sum of RGB (Red+Green+Blue) = 173+207+193=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 193 (75.78% from 255 or 33.68% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFC1 is #52303E. Grayscale: #C3C3C3. Windows color (decimal): -5386303 or 12701613. OLE color: 12701613.

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

Color convert

RGB173207193-
CMYK0.1600.070.19
HSL155.29º26.15%74.51%-
HSV(B)155.29º16.43%81.18%-
XYZ49.1757.3658.93-
YUV195.24126.74112.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 193 (75.78% from 255) = 33.68%
R=30.19%
G=36.13%
B=33.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732071930.1600.070.19155.2926.1574.51
HexADCFC11007139b1a4b
Octal25531730120072323332113
Binary1010110111001111110000011000001111001110011011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFC1; }

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

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

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

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

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

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

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

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