#AFB6FD

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

Shades of Perano #AFB6FD

Tints of Perano #AFB6FD

Color information

#AFB6FD (or 0xAFB6FD) is unknown color: approx Perano. HEX triplet: AF, B6 and FD. RGB value is (175,182,253). Sum of RGB (Red+Green+Blue) = 175+182+253=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFB6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6FD is #504902. Grayscale: #BBBBBB. Windows color (decimal): -5261571 or 16627375. OLE color: 16627375.

HSL color Cylindrical-coordinate representation of color #AFB6FD: hue angle of 234.62º 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 #AFB6FD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175182253-
CMYK0.310.2800.01
HSL234.62º95.12%83.92%-
HSV(B)234.62º30.83%99.22%-
XYZ52.1449.6699.77-
YUV188164.68118.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 253 (99.22% from 255) = 41.48%
R=28.69%
G=29.84%
B=41.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751822530.310.2800.01234.6295.1283.92
HexAFB6FD1F1C01eb5f54
Octal257266375373401353137124
Binary1010111110110110111111011111111100011110101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6FD; }

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

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

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

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

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

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

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

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