#ADC3FC

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

Shades of Tropical Blue #ADC3FC

Tints of Tropical Blue #ADC3FC

Color information

#ADC3FC (or 0xADC3FC) is unknown color: approx Tropical Blue. HEX triplet: AD, C3 and FC. RGB value is (173,195,252). Sum of RGB (Red+Green+Blue) = 173+195+252=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADC3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC3FC is #523C03. Grayscale: #C2C2C2. Windows color (decimal): -5389316 or 16565165. OLE color: 16565165.

HSL color Cylindrical-coordinate representation of color #ADC3FC: hue angle of 223.29º 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 #ADC3FC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173195252-
CMYK0.310.2300.01
HSL223.29º92.94%83.33%-
HSV(B)223.29º31.35%98.82%-
XYZ54.3254.9499.84-
YUV194.92160.21112.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=27.90%
G=31.45%
B=40.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731952520.310.2300.01223.2992.9483.33
HexADC3FC1F1701df5d53
Octal255303374372701337135123
Binary1010110111000011111111001111110111011101111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3FC; }

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

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

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

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

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

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

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

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