Html Css Color HEX #A0BFEB Tropical Blue

📋 copy color: '#A0BFEB'

red 160 ◦ green 191 ◦ blue 235

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

Shades of Tropical Blue #A0BFEB

Tints of Tropical Blue #A0BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 32.59%

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

R = 27.3%
G = 32.59%
B = 40.1%

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

#A0BFEB (or 0xA0BFEB) is known color: Tropical Blue. HEX triplet: A0, BF and EB. RGB value is (160,191,235). Sum of RGB (Red+Green+Blue) = 160+191+235=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFEB is #5F4014. Grayscale: #BABABA. Windows color (decimal): -6242325 or 15450016. OLE color: 15450016.

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

Color convert

RGB 160 191 235 -
CMYK 0.32 0.19 0 0.08
HSL 215.2º 0.65% 0.77% -
HSV(B) 215.2º 0.32% 0.92% -
XYZ 48.12 50.73 85.85 -
YUV 186.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 160 191 235 0.32 0.19 0 0.08 215.2 0.65 0.77
Hex A0 BF EB 20 13 0 8 D7 41 4D
Octal 240 277 353 40 23 0 10 327 101 115
Binary 10100000 10111111 11101011 100000 10011 0 1000 11010111 1000001 1001101

Color Harmonies of #A0BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BFEB

Black with #A0BFEB

Text Example


Text Example

White with #A0BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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