Html Css Color HEX #A1BFFA Tropical Blue

📋 copy color: '#A1BFFA'

red 161 ◦ green 191 ◦ blue 250

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

Shades of Tropical Blue #A1BFFA

Tints of Tropical Blue #A1BFFA

RGB

 RED value IS 161 (63.28% from 255) = 26.74%

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

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 26.74%
G = 31.73%
B = 41.53%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A1BFFA (or 0xA1BFFA) is known color: Tropical Blue. HEX triplet: A1, BF and FA. RGB value is (161,191,250). Sum of RGB (Red+Green+Blue) = 161+191+250=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BFFA is #5E4005. Grayscale: #BCBCBC. Windows color (decimal): -6176774 or 16433057. OLE color: 16433057.

HSL color Cylindrical-coordinate representation of color #A1BFFA: hue angle of 219.78º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1BFFA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 191 250 -
CMYK 0.36 0.24 0 0.02
HSL 219.78º 0.9% 0.81% -
HSV(B) 219.78º 0.36% 0.98% -
XYZ 50.58 51.74 97.76 -
YUV 188.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 161 191 250 0.36 0.24 0 0.02 219.78 0.9 0.81
Hex A1 BF FA 24 18 0 2 DC 5A 51
Octal 241 277 372 44 30 0 2 334 132 121
Binary 10100001 10111111 11111010 100100 11000 0 10 11011100 1011010 1010001

Color Harmonies of #A1BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BFFA

Black with #A1BFFA

Text Example


Text Example

White with #A1BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BFFA; }

 p { color: rgb(161,191,250); }

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

background-color css

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

 a { background-color: rgb(161,191,250); }

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

border-color css

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

 span { border-color: rgb(161,191,250); }

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