#AFBEFE

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

Shades of Perano #AFBEFE

Tints of Perano #AFBEFE

Color information

#AFBEFE (or 0xAFBEFE) is unknown color: approx Perano. HEX triplet: AF, BE and FE. RGB value is (175,190,254). Sum of RGB (Red+Green+Blue) = 175+190+254=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFE is #504101. Grayscale: #C0C0C0. Windows color (decimal): -5259522 or 16694959. OLE color: 16694959.

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

Color convert

RGB175190254-
CMYK0.310.2500.00
HSL228.61º97.53%84.12%-
HSV(B)228.61º31.1%99.61%-
XYZ53.9853.1101.17-
YUV192.81162.53115.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=28.27%
G=30.69%
B=41.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751902540.310.2500.00228.6197.5384.12
HexAFBEFE1F1900e56254
Octal257276376373100345142124
Binary1010111110111110111111101111111001001110010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEFE; }

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

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

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

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

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

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

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

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