#AFB9F7

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

Shades of Perano #AFB9F7

Tints of Perano #AFB9F7

Color information

#AFB9F7 (or 0xAFB9F7) is unknown color: approx Perano. HEX triplet: AF, B9 and F7. RGB value is (175,185,247). Sum of RGB (Red+Green+Blue) = 175+185+247=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFB9F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB9F7 is #504608. Grayscale: #BCBCBC. Windows color (decimal): -5260809 or 16234927. OLE color: 16234927.

HSL color Cylindrical-coordinate representation of color #AFB9F7: hue angle of 231.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB9F7 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175185247-
CMYK0.290.2500.03
HSL231.67º81.82%82.75%-
HSV(B)231.67º29.15%96.86%-
XYZ51.8250.5395.02-
YUV189.08160.69117.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=28.83%
G=30.48%
B=40.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751852470.290.2500.03231.6781.8282.75
HexAFB9F71D1903e85253
Octal257271367353103350122123
Binary10101111101110011111011111101110010111110100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB9F7; }

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

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

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

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

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

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

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

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