#AFB7FE

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

Shades of Perano #AFB7FE

Tints of Perano #AFB7FE

Color information

#AFB7FE (or 0xAFB7FE) is unknown color: approx Perano. HEX triplet: AF, B7 and FE. RGB value is (175,183,254). Sum of RGB (Red+Green+Blue) = 175+183+254=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFB7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7FE is #504801. Grayscale: #BCBCBC. Windows color (decimal): -5261314 or 16693167. OLE color: 16693167.

HSL color Cylindrical-coordinate representation of color #AFB7FE: hue angle of 233.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB7FE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175183254-
CMYK0.310.2800.00
HSL233.92º97.53%84.12%-
HSV(B)233.92º31.1%99.61%-
XYZ52.550.14100.68-
YUV188.7164.85118.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=28.59%
G=29.90%
B=41.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751832540.310.2800.00233.9297.5384.12
HexAFB7FE1F1C00ea6254
Octal257267376373400352142124
Binary1010111110110111111111101111111100001110101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7FE; }

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

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

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

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

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

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

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

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