#ADC6ED

Color #ADC6ED Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #ADC6ED

Tints of Tropical Blue #ADC6ED

Color information

#ADC6ED (or 0xADC6ED) is unknown color: approx Tropical Blue. HEX triplet: AD, C6 and ED. RGB value is (173,198,237). Sum of RGB (Red+Green+Blue) = 173+198+237=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 198 (77.73% from 255 or 32.57% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC6ED is #523912. Grayscale: #C2C2C2. Windows color (decimal): -5388563 or 15582893. OLE color: 15582893.

HSL color Cylindrical-coordinate representation of color #ADC6ED: hue angle of 216.56º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC6ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173198237-
CMYK0.270.1600.07
HSL216.56º64%80.39%-
HSV(B)216.56º27%92.94%-
XYZ52.7155.3988.03-
YUV194.97151.72112.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 198 (77.73% from 255) = 32.57%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=28.45%
G=32.57%
B=38.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731982370.270.1600.07216.566480.39
HexADC6ED1B1007d94050
Octal255306355332007331100120
Binary101011011100011011101101110111000001111101100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC6ED; }

 p { color: rgb(173,198,237); }

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

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

 a { background-color: rgb(173,198,237); }

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

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

 span { border-color: rgb(173,198,237); }

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