#AFB3DF

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

Shades of Perano #AFB3DF

Tints of Perano #AFB3DF

Color information

#AFB3DF (or 0xAFB3DF) is unknown color: approx Perano. HEX triplet: AF, B3 and DF. RGB value is (175,179,223). Sum of RGB (Red+Green+Blue) = 175+179+223=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3DF is #504C20. Grayscale: #B6B6B6. Windows color (decimal): -5262369 or 14660527. OLE color: 14660527.

HSL color Cylindrical-coordinate representation of color #AFB3DF: hue angle of 235º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB3DF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175179223-
CMYK0.220.2000.13
HSL235º42.86%78.04%-
HSV(B)235º21.52%87.45%-
XYZ47.1246.6876.34-
YUV182.82150.67122.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=30.33%
G=31.02%
B=38.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751792230.220.2000.1323542.8678.04
HexAFB3DF16140Deb2b4e
Octal257263337262401535353116
Binary101011111011001111011111101101010001101111010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3DF; }

 p { color: rgb(175,179,223); }

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

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

 a { background-color: rgb(175,179,223); }

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

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

 span { border-color: rgb(175,179,223); }

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