#AFB4EF

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

Shades of Perano #AFB4EF

Tints of Perano #AFB4EF

Color information

#AFB4EF (or 0xAFB4EF) is unknown color: approx Perano. HEX triplet: AF, B4 and EF. RGB value is (175,180,239). Sum of RGB (Red+Green+Blue) = 175+180+239=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFB4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4EF is #504B10. Grayscale: #B8B8B8. Windows color (decimal): -5262097 or 15709359. OLE color: 15709359.

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

Color convert

RGB175180239-
CMYK0.270.2500.06
HSL235.31º66.67%81.18%-
HSV(B)235.31º26.78%93.73%-
XYZ49.5847.9988.31-
YUV185.23158.34120.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=29.46%
G=30.30%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751802390.270.2500.06235.3166.6781.18
HexAFB4EF1B1906eb4351
Octal257264357333106353103121
Binary101011111011010011101111110111100101101110101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4EF; }

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

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

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

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

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

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

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

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