#AFB5FB

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

Shades of Perano #AFB5FB

Tints of Perano #AFB5FB

Color information

#AFB5FB (or 0xAFB5FB) is unknown color: approx Perano. HEX triplet: AF, B5 and FB. RGB value is (175,181,251). Sum of RGB (Red+Green+Blue) = 175+181+251=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB5FB is #504A04. Grayscale: #BABABA. Windows color (decimal): -5261829 or 16496047. OLE color: 16496047.

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

Color convert

RGB175181251-
CMYK0.300.2800.02
HSL235.26º90.48%83.53%-
HSV(B)235.26º30.28%98.43%-
XYZ51.6249.1398.03-
YUV187.19164.01119.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=28.83%
G=29.82%
B=41.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751812510.300.2800.02235.2690.4883.53
HexAFB5FB1E1C02eb5a54
Octal257265373363402353132124
Binary10101111101101011111101111110111000101110101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5FB; }

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

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

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

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

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

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

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

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