Html Css Color HEX #A0C0F5 Tropical Blue

📋 copy color: '#A0C0F5'

red 160 ◦ green 192 ◦ blue 245

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

Shades of Tropical Blue #A0C0F5

Tints of Tropical Blue #A0C0F5

RGB

 RED value IS 160 (62.89% from 255) = 26.8%

 GREEN value IS 192 (75.39% from 255) = 32.16%

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

R = 26.8%
G = 32.16%
B = 41.04%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A0C0F5 (or 0xA0C0F5) is known color: Tropical Blue. HEX triplet: A0, C0 and F5. RGB value is (160,192,245). Sum of RGB (Red+Green+Blue) = 160+192+245=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #A0C0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0F5 is #5F3F0A. Grayscale: #BCBCBC. Windows color (decimal): -6242059 or 16105632. OLE color: 16105632.

HSL color Cylindrical-coordinate representation of color #A0C0F5: hue angle of 217.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0C0F5 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 192 245 -
CMYK 0.35 0.22 0 0.04
HSL 217.41º 0.81% 0.79% -
HSV(B) 217.41º 0.35% 0.96% -
XYZ 49.83 51.77 93.75 -
YUV 188.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 160 192 245 0.35 0.22 0 0.04 217.41 0.81 0.79
Hex A0 C0 F5 23 16 0 4 D9 51 4F
Octal 240 300 365 43 26 0 4 331 121 117
Binary 10100000 11000000 11110101 100011 10110 0 100 11011001 1010001 1001111

Color Harmonies of #A0C0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C0F5

Black with #A0C0F5

Text Example


Text Example

White with #A0C0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C0F5; }

 p { color: rgb(160,192,245); }

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

background-color css

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

 a { background-color: rgb(160,192,245); }

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

border-color css

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

 span { border-color: rgb(160,192,245); }

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