#AFB3EA

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

Shades of Perano #AFB3EA

Tints of Perano #AFB3EA

Color information

#AFB3EA (or 0xAFB3EA) is unknown color: approx Perano. HEX triplet: AF, B3 and EA. RGB value is (175,179,234). Sum of RGB (Red+Green+Blue) = 175+179+234=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFB3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3EA is #504C15. Grayscale: #B7B7B7. Windows color (decimal): -5262358 or 15381423. OLE color: 15381423.

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

Color convert

RGB175179234-
CMYK0.250.2400.08
HSL235.93º58.42%80.2%-
HSV(B)235.93º25.21%91.76%-
XYZ48.6547.2984.41-
YUV184.07156.17121.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 179 (70.31% from 255) = 30.44%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=29.76%
G=30.44%
B=39.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751792340.250.2400.08235.9358.4280.2
HexAFB3EA191808ec3a50
Octal257263352313001035472120
Binary101011111011001111101010110011100001000111011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3EA; }

 p { color: rgb(175,179,234); }

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

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

 a { background-color: rgb(175,179,234); }

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

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

 span { border-color: rgb(175,179,234); }

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