#ADC8ED

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

Shades of Tropical Blue #ADC8ED

Tints of Tropical Blue #ADC8ED

Color information

#ADC8ED (or 0xADC8ED) is unknown color: approx Tropical Blue. HEX triplet: AD, C8 and ED. RGB value is (173,200,237). Sum of RGB (Red+Green+Blue) = 173+200+237=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8ED is #523712. Grayscale: #C3C3C3. Windows color (decimal): -5388051 or 15583405. OLE color: 15583405.

HSL color Cylindrical-coordinate representation of color #ADC8ED: hue angle of 214.69º 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 #ADC8ED is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173200237-
CMYK0.270.1600.07
HSL214.69º64%80.39%-
HSV(B)214.69º27%92.94%-
XYZ53.1756.3188.19-
YUV196.14151.05111.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 200 (78.52% from 255) = 32.79%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=28.36%
G=32.79%
B=38.85%

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
Decimal1732002370.270.1600.07214.696480.39
HexADC8ED1B1007d74050
Octal255310355332007327100120
Binary101011011100100011101101110111000001111101011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8ED; }

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

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

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

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

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

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

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

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