#a1b8f8

Color #A1B8F8 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A1B8F8

Tints of Perano #A1B8F8

Color information

#A1B8F8 (or 0xA1B8F8) is unknown color: approx Perano. HEX triplet: A1, B8 and F8. RGB value is (161,184,248). Sum of RGB (Red+Green+Blue) = 161+184+248=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #A1B8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B8F8 is #5E4707. Grayscale: #B8B8B8. Windows color (decimal): -6178568 or 16300193. OLE color: 16300193.

HSL color Cylindrical-coordinate representation of color #A1B8F8: hue angle of 224.14º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B8F8 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB161184248-
CMYK0.350.2600.03
HSL224.14º86.14%80.2%-
HSV(B)224.14º35.08%97.25%-
XYZ48.7848.6495.62-
YUV184.42163.88111.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=27.15%
G=31.03%
B=41.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1611842480.350.2600.03224.1486.1480.2
HexA1B8F8231A03e05650
Octal241270370433203340126120
Binary101000011011100011111000100011110100111110000010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1b8f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1b8f8; }

 p { color: rgb(161,184,248); }

 H1.HeaderClassName
 {
   color: #a1b8f8;
 }
 .AnyTagClassName
 {
   color: #a1b8f8;
 }
</style>
background-color css

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

 a { background-color: rgb(161,184,248); }

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

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

 span { border-color: rgb(161,184,248); }

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