#AFBDF0

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

Shades of Perano #AFBDF0

Tints of Perano #AFBDF0

Color information

#AFBDF0 (or 0xAFBDF0) is unknown color: approx Perano. HEX triplet: AF, BD and F0. RGB value is (175,189,240). Sum of RGB (Red+Green+Blue) = 175+189+240=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFBDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDF0 is #50420F. Grayscale: #BEBEBE. Windows color (decimal): -5259792 or 15777199. OLE color: 15777199.

HSL color Cylindrical-coordinate representation of color #AFBDF0: hue angle of 227.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBDF0 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175189240-
CMYK0.270.2100.06
HSL227.08º68.42%81.37%-
HSV(B)227.08º27.08%94.12%-
XYZ51.651.889.72-
YUV190.63155.86116.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=28.97%
G=31.29%
B=39.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751892400.270.2100.06227.0868.4281.37
HexAFBDF01B1506e34451
Octal257275360332506343104121
Binary101011111011110111110000110111010101101110001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDF0; }

 p { color: rgb(175,189,240); }

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

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

 a { background-color: rgb(175,189,240); }

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

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

 span { border-color: rgb(175,189,240); }

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