#AFB8FE

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

Shades of Perano #AFB8FE

Tints of Perano #AFB8FE

Color information

#AFB8FE (or 0xAFB8FE) is unknown color: approx Perano. HEX triplet: AF, B8 and FE. RGB value is (175,184,254). Sum of RGB (Red+Green+Blue) = 175+184+254=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFB8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FE is #504701. Grayscale: #BDBDBD. Windows color (decimal): -5261058 or 16693423. OLE color: 16693423.

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

Color convert

RGB175184254-
CMYK0.310.2800.00
HSL233.16º97.53%84.12%-
HSV(B)233.16º31.1%99.61%-
XYZ52.7150.55100.75-
YUV189.29164.52117.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 184 (72.27% from 255) = 30.02%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=28.55%
G=30.02%
B=41.44%

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
Decimal1751842540.310.2800.00233.1697.5384.12
HexAFB8FE1F1C00e96254
Octal257270376373400351142124
Binary1010111110111000111111101111111100001110100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8FE; }

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

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

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

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

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

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

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

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