#AFB4EC

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

Shades of Perano #AFB4EC

Tints of Perano #AFB4EC

Color information

#AFB4EC (or 0xAFB4EC) is unknown color: approx Perano. HEX triplet: AF, B4 and EC. RGB value is (175,180,236). Sum of RGB (Red+Green+Blue) = 175+180+236=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4EC is #504B13. Grayscale: #B8B8B8. Windows color (decimal): -5262100 or 15512751. OLE color: 15512751.

HSL color Cylindrical-coordinate representation of color #AFB4EC: hue angle of 235.08º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB4EC is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175180236-
CMYK0.260.2400.07
HSL235.08º61.62%80.59%-
HSV(B)235.08º25.85%92.55%-
XYZ49.1447.8186-
YUV184.89156.84120.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=29.61%
G=30.46%
B=39.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751802360.260.2400.07235.0861.6280.59
HexAFB4EC1A1807eb3e51
Octal25726435432300735376121
Binary10101111101101001110110011010110000111111010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4EC; }

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

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

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

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

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

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

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

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