#AFBAFD

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

Shades of Perano #AFBAFD

Tints of Perano #AFBAFD

Color information

#AFBAFD (or 0xAFBAFD) is unknown color: approx Perano. HEX triplet: AF, BA and FD. RGB value is (175,186,253). Sum of RGB (Red+Green+Blue) = 175+186+253=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAFD is #504502. Grayscale: #BEBEBE. Windows color (decimal): -5260547 or 16628399. OLE color: 16628399.

HSL color Cylindrical-coordinate representation of color #AFBAFD: hue angle of 231.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBAFD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175186253-
CMYK0.310.2600.01
HSL231.54º95.12%83.92%-
HSV(B)231.54º30.83%99.22%-
XYZ52.9751.32100.04-
YUV190.35163.36117.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=28.50%
G=30.29%
B=41.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751862530.310.2600.01231.5495.1283.92
HexAFBAFD1F1A01e85f54
Octal257272375373201350137124
Binary1010111110111010111111011111111010011110100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAFD; }

 p { color: rgb(175,186,253); }

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

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

 a { background-color: rgb(175,186,253); }

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

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

 span { border-color: rgb(175,186,253); }

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