Html Css Color HEX #A0BDEB Tropical Blue

📋 copy color: '#A0BDEB'

red 160 ◦ green 189 ◦ blue 235

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

Shades of Tropical Blue #A0BDEB

Tints of Tropical Blue #A0BDEB

RGB

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

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

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

R = 27.4%
G = 32.36%
B = 40.24%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0BDEB (or 0xA0BDEB) is known color: Tropical Blue. HEX triplet: A0, BD and EB. RGB value is (160,189,235). Sum of RGB (Red+Green+Blue) = 160+189+235=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDEB is #5F4214. Grayscale: #B9B9B9. Windows color (decimal): -6242837 or 15449504. OLE color: 15449504.

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

Color convert

RGB 160 189 235 -
CMYK 0.32 0.20 0 0.08
HSL 216.8º 0.65% 0.77% -
HSV(B) 216.8º 0.32% 0.92% -
XYZ 47.69 49.87 85.71 -
YUV 185.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 160 189 235 0.32 0.20 0 0.08 216.8 0.65 0.77
Hex A0 BD EB 20 14 0 8 D9 41 4D
Octal 240 275 353 40 24 0 10 331 101 115
Binary 10100000 10111101 11101011 100000 10100 0 1000 11011001 1000001 1001101

Color Harmonies of #A0BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDEB

Black with #A0BDEB

Text Example


Text Example

White with #A0BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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