#AFB4EB

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

Shades of Perano #AFB4EB

Tints of Perano #AFB4EB

Color information

#AFB4EB (or 0xAFB4EB) is unknown color: approx Perano. HEX triplet: AF, B4 and EB. RGB value is (175,180,235). Sum of RGB (Red+Green+Blue) = 175+180+235=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB4EB is #504B14. Grayscale: #B8B8B8. Windows color (decimal): -5262101 or 15447215. OLE color: 15447215.

HSL color Cylindrical-coordinate representation of color #AFB4EB: hue angle of 235º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFB4EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175180235-
CMYK0.260.2300.08
HSL235º60%80.39%-
HSV(B)235º25.53%92.16%-
XYZ4947.7585.23-
YUV184.77156.34121.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=29.66%
G=30.51%
B=39.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751802350.260.2300.082356080.39
HexAFB4EB1A1708eb3c50
Octal257264353322701035374120
Binary101011111011010011101011110101011101000111010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4EB; }

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

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

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

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

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

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

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

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