#ADC8FC

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

Shades of Tropical Blue #ADC8FC

Tints of Tropical Blue #ADC8FC

Color information

#ADC8FC (or 0xADC8FC) is unknown color: approx Tropical Blue. HEX triplet: AD, C8 and FC. RGB value is (173,200,252). Sum of RGB (Red+Green+Blue) = 173+200+252=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC8FC is #523703. Grayscale: #C5C5C5. Windows color (decimal): -5388036 or 16566445. OLE color: 16566445.

HSL color Cylindrical-coordinate representation of color #ADC8FC: hue angle of 219.49º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC8FC is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173200252-
CMYK0.310.2100.01
HSL219.49º92.94%83.33%-
HSV(B)219.49º31.35%98.82%-
XYZ55.4657.22100.22-
YUV197.86158.55110.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=27.68%
G=32%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732002520.310.2100.01219.4992.9483.33
HexADC8FC1F1501db5d53
Octal255310374372501333135123
Binary1010110111001000111111001111110101011101101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8FC; }

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

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

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

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

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

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

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

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