#AFB5EF

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

Shades of Perano #AFB5EF

Tints of Perano #AFB5EF

Color information

#AFB5EF (or 0xAFB5EF) is unknown color: approx Perano. HEX triplet: AF, B5 and EF. RGB value is (175,181,239). Sum of RGB (Red+Green+Blue) = 175+181+239=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5EF is #504A10. Grayscale: #B9B9B9. Windows color (decimal): -5261841 or 15709615. OLE color: 15709615.

HSL color Cylindrical-coordinate representation of color #AFB5EF: hue angle of 234.38º 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 #AFB5EF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175181239-
CMYK0.270.2400.06
HSL234.38º66.67%81.18%-
HSV(B)234.38º26.78%93.73%-
XYZ49.7848.3988.38-
YUV185.82158.01120.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=29.41%
G=30.42%
B=40.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751812390.270.2400.06234.3866.6781.18
HexAFB5EF1B1806ea4351
Octal257265357333006352103121
Binary101011111011010111101111110111100001101110101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5EF; }

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

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

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

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

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

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

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

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