Html Css Color HEX #A0BDE7 Tropical Blue

📋 copy color: '#A0BDE7'

red 160 ◦ green 189 ◦ blue 231

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

Shades of Tropical Blue #A0BDE7

Tints of Tropical Blue #A0BDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.83%

R = 27.59%
G = 32.59%
B = 39.83%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A0BDE7 (or 0xA0BDE7) is known color: Tropical Blue. HEX triplet: A0, BD and E7. RGB value is (160,189,231). Sum of RGB (Red+Green+Blue) = 160+189+231=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0BDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BDE7 is #5F4218. Grayscale: #B8B8B8. Windows color (decimal): -6242841 or 15187360. OLE color: 15187360.

HSL color Cylindrical-coordinate representation of color #A0BDE7: hue angle of 215.49º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0BDE7 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 189 231 -
CMYK 0.31 0.18 0 0.09
HSL 215.49º 0.6% 0.77% -
HSV(B) 215.49º 0.31% 0.91% -
XYZ 47.12 49.64 82.7 -
YUV 185.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 160 189 231 0.31 0.18 0 0.09 215.49 0.6 0.77
Hex A0 BD E7 1F 12 0 9 D7 3C 4D
Octal 240 275 347 37 22 0 11 327 74 115
Binary 10100000 10111101 11100111 11111 10010 0 1001 11010111 111100 1001101

Color Harmonies of #A0BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BDE7

Black with #A0BDE7

Text Example


Text Example

White with #A0BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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