#AFC1FB

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

Shades of Perano #AFC1FB

Tints of Perano #AFC1FB

Color information

#AFC1FB (or 0xAFC1FB) is unknown color: approx Perano. HEX triplet: AF, C1 and FB. RGB value is (175,193,251). Sum of RGB (Red+Green+Blue) = 175+193+251=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1FB is #503E04. Grayscale: #C1C1C1. Windows color (decimal): -5258757 or 16499119. OLE color: 16499119.

HSL color Cylindrical-coordinate representation of color #AFC1FB: hue angle of 225.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC1FB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175193251-
CMYK0.300.2300.02
HSL225.79º90.48%83.53%-
HSV(B)225.79º30.28%98.43%-
XYZ54.1654.2298.88-
YUV194.23160.04114.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.27%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=28.27%
G=31.18%
B=40.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751932510.300.2300.02225.7990.4883.53
HexAFC1FB1E1702e25a54
Octal257301373362702342132124
Binary10101111110000011111101111110101110101110001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1FB; }

 p { color: rgb(175,193,251); }

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

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

 a { background-color: rgb(175,193,251); }

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

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

 span { border-color: rgb(175,193,251); }

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