Html Css Color HEX #A0BDEA Tropical Blue

📋 copy color: '#A0BDEA'

red 160 ◦ green 189 ◦ blue 234

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

Shades of Tropical Blue #A0BDEA

Tints of Tropical Blue #A0BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 234 (91.8% from 255) = 40.14%

R = 27.44%
G = 32.42%
B = 40.14%

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

#A0BDEA (or 0xA0BDEA) is known color: Tropical Blue. HEX triplet: A0, BD and EA. RGB value is (160,189,234). Sum of RGB (Red+Green+Blue) = 160+189+234=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDEA is #5F4215. Grayscale: #B9B9B9. Windows color (decimal): -6242838 or 15383968. OLE color: 15383968.

HSL color Cylindrical-coordinate representation of color #A0BDEA: hue angle of 216.49º degrees, saturation: 0.64, 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 #A0BDEA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 189 234 -
CMYK 0.32 0.19 0 0.08
HSL 216.49º 0.64% 0.77% -
HSV(B) 216.49º 0.32% 0.92% -
XYZ 47.55 49.81 84.95 -
YUV 185.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 160 189 234 0.32 0.19 0 0.08 216.49 0.64 0.77
Hex A0 BD EA 20 13 0 8 D8 40 4D
Octal 240 275 352 40 23 0 10 330 100 115
Binary 10100000 10111101 11101010 100000 10011 0 1000 11011000 1000000 1001101

Color Harmonies of #A0BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDEA

Black with #A0BDEA

Text Example


Text Example

White with #A0BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDEA; }

 p { color: rgb(160,189,234); }

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

background-color css

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

 a { background-color: rgb(160,189,234); }

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

border-color css

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

 span { border-color: rgb(160,189,234); }

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