#AFB1EA

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

Shades of Perano #AFB1EA

Tints of Perano #AFB1EA

Color information

#AFB1EA (or 0xAFB1EA) is unknown color: approx Perano. HEX triplet: AF, B1 and EA. RGB value is (175,177,234). Sum of RGB (Red+Green+Blue) = 175+177+234=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFB1EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1EA is #504E15. Grayscale: #B6B6B6. Windows color (decimal): -5262870 or 15380911. OLE color: 15380911.

HSL color Cylindrical-coordinate representation of color #AFB1EA: hue angle of 237.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB1EA is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175177234-
CMYK0.250.2400.08
HSL237.97º58.42%80.2%-
HSV(B)237.97º25.21%91.76%-
XYZ48.2546.584.27-
YUV182.9156.84122.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=29.86%
G=30.20%
B=39.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751772340.250.2400.08237.9758.4280.2
HexAFB1EA191808ee3a50
Octal257261352313001035672120
Binary101011111011000111101010110011100001000111011101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1EA; }

 p { color: rgb(175,177,234); }

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

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

 a { background-color: rgb(175,177,234); }

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

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

 span { border-color: rgb(175,177,234); }

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