Html Css Color HEX #ADC3F5 Tropical Blue

📋 copy color: '#ADC3F5'

red 173 ◦ green 195 ◦ blue 245

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

Shades of Tropical Blue #ADC3F5

Tints of Tropical Blue #ADC3F5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.81%

 BLUE value IS 245 (96.09% from 255) = 39.97%

R = 28.22%
G = 31.81%
B = 39.97%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADC3F5 (or 0xADC3F5) is known color: Tropical Blue. HEX triplet: AD, C3 and F5. RGB value is (173,195,245). Sum of RGB (Red+Green+Blue) = 173+195+245=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 245 (96.09% from 255 or 39.97% from 613); Max value from RGB is 245 - color contains mainly: blue. Hex color #ADC3F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC3F5 is #523C0A. Grayscale: #C1C1C1. Windows color (decimal): -5389323 or 16106413. OLE color: 16106413.

HSL color Cylindrical-coordinate representation of color #ADC3F5: hue angle of 221.67º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC3F5 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 195 245 -
CMYK 0.29 0.20 0 0.04
HSL 221.67º 0.78% 0.82% -
HSV(B) 221.67º 0.29% 0.96% -
XYZ 53.23 54.51 94.1 -
YUV 194.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 173 195 245 0.29 0.20 0 0.04 221.67 0.78 0.82
Hex AD C3 F5 1D 14 0 4 DE 4E 52
Octal 255 303 365 35 24 0 4 336 116 122
Binary 10101101 11000011 11110101 11101 10100 0 100 11011110 1001110 1010010

Color Harmonies of #ADC3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3F5

Black with #ADC3F5

Text Example


Text Example

White with #ADC3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3F5; }

 p { color: rgb(173,195,245); }

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

background-color css

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

 a { background-color: rgb(173,195,245); }

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

border-color css

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

 span { border-color: rgb(173,195,245); }

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