#AFB7EF

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

Shades of Perano #AFB7EF

Tints of Perano #AFB7EF

Color information

#AFB7EF (or 0xAFB7EF) is unknown color: approx Perano. HEX triplet: AF, B7 and EF. RGB value is (175,183,239). Sum of RGB (Red+Green+Blue) = 175+183+239=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7EF is #504810. Grayscale: #BABABA. Windows color (decimal): -5261329 or 15710127. OLE color: 15710127.

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

Color convert

RGB175183239-
CMYK0.270.2300.06
HSL232.5º66.67%81.18%-
HSV(B)232.5º26.78%93.73%-
XYZ50.1949.2188.51-
YUV186.99157.35119.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 183 (71.88% from 255) = 30.65%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=29.31%
G=30.65%
B=40.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751832390.270.2300.06232.566.6781.18
HexAFB7EF1B1706e84351
Octal257267357332706350103121
Binary101011111011011111101111110111011101101110100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7EF; }

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

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

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

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

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

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

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

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