Html Css Color HEX #ADC2ED Tropical Blue

📋 copy color: '#ADC2ED'

red 173 ◦ green 194 ◦ blue 237

#ADC2ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #ADC2ED

Tints of Tropical Blue #ADC2ED

RGB

 RED value IS 173 (67.97% from 255) = 28.64%

 GREEN value IS 194 (76.17% from 255) = 32.12%

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 28.64%
G = 32.12%
B = 39.24%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADC2ED (or 0xADC2ED) is known color: Tropical Blue. HEX triplet: AD, C2 and ED. RGB value is (173,194,237). Sum of RGB (Red+Green+Blue) = 173+194+237=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2ED is #523D12. Grayscale: #C0C0C0. Windows color (decimal): -5389587 or 15581869. OLE color: 15581869.

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

Color convert

RGB 173 194 237 -
CMYK 0.27 0.18 0 0.07
HSL 220.31º 0.64% 0.8% -
HSV(B) 220.31º 0.27% 0.93% -
XYZ 51.81 53.58 87.73 -
YUV 192.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 173 194 237 0.27 0.18 0 0.07 220.31 0.64 0.8
Hex AD C2 ED 1B 12 0 7 DC 40 50
Octal 255 302 355 33 22 0 7 334 100 120
Binary 10101101 11000010 11101101 11011 10010 0 111 11011100 1000000 1010000

Color Harmonies of #ADC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2ED

Black with #ADC2ED

Text Example


Text Example

White with #ADC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2ED; }

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

 H1.HeaderClassName
 {
   color: #ADC2ED;
 }
 .AnyTagClassName
 {
   color: #ADC2ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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