#AFB8DF

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

Shades of Perano #AFB8DF

Tints of Perano #AFB8DF

Color information

#AFB8DF (or 0xAFB8DF) is unknown color: approx Perano. HEX triplet: AF, B8 and DF. RGB value is (175,184,223). Sum of RGB (Red+Green+Blue) = 175+184+223=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 184 (72.27% from 255 or 31.62% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8DF is #504720. Grayscale: #B9B9B9. Windows color (decimal): -5261089 or 14661807. OLE color: 14661807.

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

Color convert

RGB175184223-
CMYK0.220.1700.13
HSL228.75º42.86%78.04%-
HSV(B)228.75º21.52%87.45%-
XYZ48.1448.7276.68-
YUV185.76149.02120.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 184 (72.27% from 255) = 31.62%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=30.07%
G=31.62%
B=38.32%

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
Decimal1751842230.220.1700.13228.7542.8678.04
HexAFB8DF16110De52b4e
Octal257270337262101534553116
Binary101011111011100011011111101101000101101111001011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8DF; }

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

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

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

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

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

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

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

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