#ADC2F1

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

Shades of Tropical Blue #ADC2F1

Tints of Tropical Blue #ADC2F1

Color information

#ADC2F1 (or 0xADC2F1) is unknown color: approx Tropical Blue. HEX triplet: AD, C2 and F1. RGB value is (173,194,241). Sum of RGB (Red+Green+Blue) = 173+194+241=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2F1 is #523D0E. Grayscale: #C0C0C0. Windows color (decimal): -5389583 or 15844013. OLE color: 15844013.

HSL color Cylindrical-coordinate representation of color #ADC2F1: hue angle of 221.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC2F1 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173194241-
CMYK0.280.2000.05
HSL221.47º70.83%81.18%-
HSV(B)221.47º28.22%94.51%-
XYZ52.453.8290.85-
YUV193.08155.04113.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 194 (76.17% from 255) = 31.91%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=28.45%
G=31.91%
B=39.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731942410.280.2000.05221.4770.8381.18
HexADC2F11C1405dd4751
Octal255302361342405335107121
Binary101011011100001011110001111001010001011101110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2F1; }

 p { color: rgb(173,194,241); }

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

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

 a { background-color: rgb(173,194,241); }

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

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

 span { border-color: rgb(173,194,241); }

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