Html Css Color HEX #A0BEEB Tropical Blue

📋 copy color: '#A0BEEB'

red 160 ◦ green 190 ◦ blue 235

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

Shades of Tropical Blue #A0BEEB

Tints of Tropical Blue #A0BEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.48%

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

R = 27.35%
G = 32.48%
B = 40.17%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0BEEB (or 0xA0BEEB) is known color: Tropical Blue. HEX triplet: A0, BE and EB. RGB value is (160,190,235). Sum of RGB (Red+Green+Blue) = 160+190+235=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEEB is #5F4114. Grayscale: #B9B9B9. Windows color (decimal): -6242581 or 15449760. OLE color: 15449760.

HSL color Cylindrical-coordinate representation of color #A0BEEB: hue angle of 216º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0BEEB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 190 235 -
CMYK 0.32 0.19 0 0.08
HSL 216º 0.65% 0.77% -
HSV(B) 216º 0.32% 0.92% -
XYZ 47.91 50.3 85.78 -
YUV 186.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 160 190 235 0.32 0.19 0 0.08 216 0.65 0.77
Hex A0 BE EB 20 13 0 8 D8 41 4D
Octal 240 276 353 40 23 0 10 330 101 115
Binary 10100000 10111110 11101011 100000 10011 0 1000 11011000 1000001 1001101

Color Harmonies of #A0BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEEB

Black with #A0BEEB

Text Example


Text Example

White with #A0BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEEB; }

 p { color: rgb(160,190,235); }

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

background-color css

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

 a { background-color: rgb(160,190,235); }

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

border-color css

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

 span { border-color: rgb(160,190,235); }

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