Html Css Color HEX #ADC2EA Tropical Blue

📋 copy color: '#ADC2EA'

red 173 ◦ green 194 ◦ blue 234

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

Shades of Tropical Blue #ADC2EA

Tints of Tropical Blue #ADC2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 28.79%
G = 32.28%
B = 38.94%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADC2EA (or 0xADC2EA) is known color: Tropical Blue. HEX triplet: AD, C2 and EA. RGB value is (173,194,234). Sum of RGB (Red+Green+Blue) = 173+194+234=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2EA is #523D15. Grayscale: #C0C0C0. Windows color (decimal): -5389590 or 15385261. OLE color: 15385261.

HSL color Cylindrical-coordinate representation of color #ADC2EA: hue angle of 219.34º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADC2EA is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 194 234 -
CMYK 0.26 0.17 0 0.08
HSL 219.34º 0.59% 0.8% -
HSV(B) 219.34º 0.26% 0.92% -
XYZ 51.38 53.41 85.44 -
YUV 192.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 173 194 234 0.26 0.17 0 0.08 219.34 0.59 0.8
Hex AD C2 EA 1A 11 0 8 DB 3B 50
Octal 255 302 352 32 21 0 10 333 73 120
Binary 10101101 11000010 11101010 11010 10001 0 1000 11011011 111011 1010000

Color Harmonies of #ADC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2EA

Black with #ADC2EA

Text Example


Text Example

White with #ADC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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