Html Css Color HEX #A1BBF1 Perano

📋 copy color: '#A1BBF1'

red 161 ◦ green 187 ◦ blue 241

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

Shades of Perano #A1BBF1

Tints of Perano #A1BBF1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.75%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 27.33%
G = 31.75%
B = 40.92%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A1BBF1 (or 0xA1BBF1) is known color: Perano. HEX triplet: A1, BB and F1. RGB value is (161,187,241). Sum of RGB (Red+Green+Blue) = 161+187+241=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1BBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1BBF1 is #5E440E. Grayscale: #B9B9B9. Windows color (decimal): -6177807 or 15842209. OLE color: 15842209.

HSL color Cylindrical-coordinate representation of color #A1BBF1: hue angle of 220.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1BBF1 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 187 241 -
CMYK 0.33 0.22 0 0.05
HSL 220.5º 0.74% 0.79% -
HSV(B) 220.5º 0.33% 0.95% -
XYZ 48.35 49.47 90.22 -
YUV 185.38 159.39 110.61 -
System Red Green Blue C M Y K H S L
Decimal 161 187 241 0.33 0.22 0 0.05 220.5 0.74 0.79
Hex A1 BB F1 21 16 0 5 DC 4A 4F
Octal 241 273 361 41 26 0 5 334 112 117
Binary 10100001 10111011 11110001 100001 10110 0 101 11011100 1001010 1001111

Color Harmonies of #A1BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BBF1

Black with #A1BBF1

Text Example


Text Example

White with #A1BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BBF1; }

 p { color: rgb(161,187,241); }

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

background-color css

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

 a { background-color: rgb(161,187,241); }

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

border-color css

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

 span { border-color: rgb(161,187,241); }

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