#AFB1EF

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

Shades of Perano #AFB1EF

Tints of Perano #AFB1EF

Color information

#AFB1EF (or 0xAFB1EF) is unknown color: approx Perano. HEX triplet: AF, B1 and EF. RGB value is (175,177,239). Sum of RGB (Red+Green+Blue) = 175+177+239=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB1EF is #504E10. Grayscale: #B7B7B7. Windows color (decimal): -5262865 or 15708591. OLE color: 15708591.

HSL color Cylindrical-coordinate representation of color #AFB1EF: hue angle of 238.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB1EF is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175177239-
CMYK0.270.2600.06
HSL238.12º66.67%81.18%-
HSV(B)238.12º26.78%93.73%-
XYZ48.9846.7988.11-
YUV183.47159.34121.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 177 (69.53% from 255) = 29.95%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=29.61%
G=29.95%
B=40.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751772390.270.2600.06238.1266.6781.18
HexAFB1EF1B1A06ee4351
Octal257261357333206356103121
Binary101011111011000111101111110111101001101110111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1EF; }

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

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

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

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

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

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

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

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