#ADCAED

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

Shades of Tropical Blue #ADCAED

Tints of Tropical Blue #ADCAED

Color information

#ADCAED (or 0xADCAED) is unknown color: approx Tropical Blue. HEX triplet: AD, CA and ED. RGB value is (173,202,237). Sum of RGB (Red+Green+Blue) = 173+202+237=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADCAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAED is #523512. Grayscale: #C5C5C5. Windows color (decimal): -5387539 or 15583917. OLE color: 15583917.

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

Color convert

RGB173202237-
CMYK0.270.1500.07
HSL212.81º64%80.39%-
HSV(B)212.81º27%92.94%-
XYZ53.6457.2488.34-
YUV197.32150.39110.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.27%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=28.27%
G=33.01%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732022370.270.1500.07212.816480.39
HexADCAED1BF07d54050
Octal255312355331707325100120
Binary10101101110010101110110111011111101111101010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAED; }

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

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

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

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

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

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

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

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