#AFB9DF

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

Shades of Perano #AFB9DF

Tints of Perano #AFB9DF

Color information

#AFB9DF (or 0xAFB9DF) is unknown color: approx Perano. HEX triplet: AF, B9 and DF. RGB value is (175,185,223). Sum of RGB (Red+Green+Blue) = 175+185+223=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9DF is #504620. Grayscale: #BABABA. Windows color (decimal): -5260833 or 14662063. OLE color: 14662063.

HSL color Cylindrical-coordinate representation of color #AFB9DF: hue angle of 227.5º 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 #AFB9DF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175185223-
CMYK0.220.1700.13
HSL227.5º42.86%78.04%-
HSV(B)227.5º21.52%87.45%-
XYZ48.3549.1476.75-
YUV186.34148.69119.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=30.02%
G=31.73%
B=38.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751852230.220.1700.13227.542.8678.04
HexAFB9DF16110De42b4e
Octal257271337262101534453116
Binary101011111011100111011111101101000101101111001001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9DF; }

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

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

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

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

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

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

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

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