#AFB8FA

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

Shades of Perano #AFB8FA

Tints of Perano #AFB8FA

Color information

#AFB8FA (or 0xAFB8FA) is unknown color: approx Perano. HEX triplet: AF, B8 and FA. RGB value is (175,184,250). Sum of RGB (Red+Green+Blue) = 175+184+250=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB8FA is #504705. Grayscale: #BCBCBC. Windows color (decimal): -5261062 or 16431279. OLE color: 16431279.

HSL color Cylindrical-coordinate representation of color #AFB8FA: hue angle of 232.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB8FA is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175184250-
CMYK0.30.2600.02
HSL232.8º88.24%83.33%-
HSV(B)232.8º30%98.04%-
XYZ52.0850.397.41-
YUV188.83162.52118.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 184 (72.27% from 255) = 30.21%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=28.74%
G=30.21%
B=41.05%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751842500.30.2600.02232.888.2483.33
HexAFB8FA1E1A02e95853
Octal257270372363202351130123
Binary10101111101110001111101011110110100101110100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB8FA; }

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

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

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

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

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

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

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

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