#AFB8FF

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

Shades of Perano #AFB8FF

Tints of Perano #AFB8FF

Color information

#AFB8FF (or 0xAFB8FF) is unknown color: approx Perano. HEX triplet: AF, B8 and FF. RGB value is (175,184,255). Sum of RGB (Red+Green+Blue) = 175+184+255=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 184 (72.27% from 255 or 29.97% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FF is #504700. Grayscale: #BDBDBD. Windows color (decimal): -5261057 or 16758959. OLE color: 16758959.

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

Color convert

RGB175184255-
CMYK0.310.2800
HSL233.25º100%84.31%-
HSV(B)233.25º31.37%100%-
XYZ52.8750.61101.59-
YUV189.4165.02117.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 184 (72.27% from 255) = 29.97%
BLUE value IS 255 (100% from 255) = 41.53%
R=28.50%
G=29.97%
B=41.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751842550.310.2800233.2510084.31
HexAFB8FF1F1C00e96454
Octal257270377373400351144124
Binary1010111110111000111111111111111100001110100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8FF; }

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

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

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

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

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

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

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

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