Html Css Color HEX #ADC5EB Tropical Blue

📋 copy color: '#ADC5EB'

red 173 ◦ green 197 ◦ blue 235

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

Shades of Tropical Blue #ADC5EB

Tints of Tropical Blue #ADC5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.84%

R = 28.6%
G = 32.56%
B = 38.84%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADC5EB (or 0xADC5EB) is known color: Tropical Blue. HEX triplet: AD, C5 and EB. RGB value is (173,197,235). Sum of RGB (Red+Green+Blue) = 173+197+235=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 197 (77.34% from 255 or 32.56% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADC5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC5EB is #523A14. Grayscale: #C1C1C1. Windows color (decimal): -5388821 or 15451565. OLE color: 15451565.

HSL color Cylindrical-coordinate representation of color #ADC5EB: hue angle of 216.77º degrees, saturation: 0.61, 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 #ADC5EB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 197 235 -
CMYK 0.26 0.16 0 0.08
HSL 216.77º 0.61% 0.8% -
HSV(B) 216.77º 0.26% 0.92% -
XYZ 52.2 54.81 86.43 -
YUV 194.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 173 197 235 0.26 0.16 0 0.08 216.77 0.61 0.8
Hex AD C5 EB 1A 10 0 8 D9 3D 50
Octal 255 305 353 32 20 0 10 331 75 120
Binary 10101101 11000101 11101011 11010 10000 0 1000 11011001 111101 1010000

Color Harmonies of #ADC5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5EB

Black with #ADC5EB

Text Example


Text Example

White with #ADC5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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