Html Css Color HEX #A0C0FA Tropical Blue

📋 copy color: '#A0C0FA'

red 160 ◦ green 192 ◦ blue 250

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

Shades of Tropical Blue #A0C0FA

Tints of Tropical Blue #A0C0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 26.58%
G = 31.89%
B = 41.53%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0C0FA (or 0xA0C0FA) is known color: Tropical Blue. HEX triplet: A0, C0 and FA. RGB value is (160,192,250). Sum of RGB (Red+Green+Blue) = 160+192+250=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0C0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C0FA is #5F3F05. Grayscale: #BCBCBC. Windows color (decimal): -6242054 or 16433312. OLE color: 16433312.

HSL color Cylindrical-coordinate representation of color #A0C0FA: hue angle of 218.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C0FA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 192 250 -
CMYK 0.36 0.23 0 0.02
HSL 218.67º 0.9% 0.8% -
HSV(B) 218.67º 0.36% 0.98% -
XYZ 50.6 52.07 97.83 -
YUV 189.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 160 192 250 0.36 0.23 0 0.02 218.67 0.9 0.8
Hex A0 C0 FA 24 17 0 2 DB 5A 50
Octal 240 300 372 44 27 0 2 333 132 120
Binary 10100000 11000000 11111010 100100 10111 0 10 11011011 1011010 1010000

Color Harmonies of #A0C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C0FA

Black with #A0C0FA

Text Example


Text Example

White with #A0C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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