#ADC8EF

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

Shades of Tropical Blue #ADC8EF

Tints of Tropical Blue #ADC8EF

Color information

#ADC8EF (or 0xADC8EF) is unknown color: approx Tropical Blue. HEX triplet: AD, C8 and EF. RGB value is (173,200,239). Sum of RGB (Red+Green+Blue) = 173+200+239=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8EF is #523710. Grayscale: #C4C4C4. Windows color (decimal): -5388049 or 15714477. OLE color: 15714477.

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

Color convert

RGB173200239-
CMYK0.280.1600.06
HSL215.45º67.35%80.78%-
HSV(B)215.45º27.62%93.73%-
XYZ53.4756.4289.73-
YUV196.37152.05111.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 200 (78.52% from 255) = 32.68%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=28.27%
G=32.68%
B=39.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732002390.280.1600.06215.4567.3580.78
HexADC8EF1C1006d74351
Octal255310357342006327103121
Binary101011011100100011101111111001000001101101011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8EF; }

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

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

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

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

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

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

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

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