Html Css Color HEX #ADC5ED Tropical Blue

📋 copy color: '#ADC5ED'

red 173 ◦ green 197 ◦ blue 237

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

Shades of Tropical Blue #ADC5ED

Tints of Tropical Blue #ADC5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.45%

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

R = 28.5%
G = 32.45%
B = 39.04%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADC5ED (or 0xADC5ED) is known color: Tropical Blue. HEX triplet: AD, C5 and ED. RGB value is (173,197,237). Sum of RGB (Red+Green+Blue) = 173+197+237=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADC5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5ED is #523A12. Grayscale: #C2C2C2. Windows color (decimal): -5388819 or 15582637. OLE color: 15582637.

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

Color convert

RGB 173 197 237 -
CMYK 0.27 0.17 0 0.07
HSL 217.5º 0.64% 0.8% -
HSV(B) 217.5º 0.27% 0.93% -
XYZ 52.49 54.93 87.96 -
YUV 194.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 173 197 237 0.27 0.17 0 0.07 217.5 0.64 0.8
Hex AD C5 ED 1B 11 0 7 DA 40 50
Octal 255 305 355 33 21 0 7 332 100 120
Binary 10101101 11000101 11101101 11011 10001 0 111 11011010 1000000 1010000

Color Harmonies of #ADC5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5ED

Black with #ADC5ED

Text Example


Text Example

White with #ADC5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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