#AFB8FB

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

Shades of Perano #AFB8FB

Tints of Perano #AFB8FB

Color information

#AFB8FB (or 0xAFB8FB) is unknown color: approx Perano. HEX triplet: AF, B8 and FB. RGB value is (175,184,251). Sum of RGB (Red+Green+Blue) = 175+184+251=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FB is #504704. Grayscale: #BCBCBC. Windows color (decimal): -5261061 or 16496815. OLE color: 16496815.

HSL color Cylindrical-coordinate representation of color #AFB8FB: hue angle of 232.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB8FB is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175184251-
CMYK0.300.2700.02
HSL232.89º90.48%83.53%-
HSV(B)232.89º30.28%98.43%-
XYZ52.2350.3698.23-
YUV188.95163.02118.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 184 (72.27% from 255) = 30.16%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=28.69%
G=30.16%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751842510.300.2700.02232.8990.4883.53
HexAFB8FB1E1B02e95a54
Octal257270373363302351132124
Binary10101111101110001111101111110110110101110100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8FB; }

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

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

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

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

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

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

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

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