#A9B5F0

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

Shades of Perano #A9B5F0

Tints of Perano #A9B5F0

Color information

#A9B5F0 (or 0xA9B5F0) is unknown color: approx Perano. HEX triplet: A9, B5 and F0. RGB value is (169,181,240). Sum of RGB (Red+Green+Blue) = 169+181+240=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9B5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B5F0 is #564A0F. Grayscale: #B7B7B7. Windows color (decimal): -5655056 or 15775145. OLE color: 15775145.

HSL color Cylindrical-coordinate representation of color #A9B5F0: hue angle of 229.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B5F0 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB169181240-
CMYK0.300.2500.06
HSL229.86º70.3%80.2%-
HSV(B)229.86º29.58%94.12%-
XYZ48.6147.7789.1-
YUV184.14159.52117.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.64%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=28.64%
G=30.68%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1691812400.300.2500.06229.8670.380.2
HexA9B5F01E1906e64650
Octal251265360363106346106120
Binary101010011011010111110000111101100101101110011010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5F0; }

 p { color: rgb(169,181,240); }

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

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

 a { background-color: rgb(169,181,240); }

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

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

 span { border-color: rgb(169,181,240); }

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