#AFC0FB

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

Shades of Perano #AFC0FB

Tints of Perano #AFC0FB

Color information

#AFC0FB (or 0xAFC0FB) is unknown color: approx Perano. HEX triplet: AF, C0 and FB. RGB value is (175,192,251). Sum of RGB (Red+Green+Blue) = 175+192+251=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0FB is #503F04. Grayscale: #C1C1C1. Windows color (decimal): -5259013 or 16498863. OLE color: 16498863.

HSL color Cylindrical-coordinate representation of color #AFC0FB: hue angle of 226.58º 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 #AFC0FB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175192251-
CMYK0.300.2400.02
HSL226.58º90.48%83.53%-
HSV(B)226.58º30.28%98.43%-
XYZ53.9453.7898.8-
YUV193.64160.37114.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=28.32%
G=31.07%
B=40.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751922510.300.2400.02226.5890.4883.53
HexAFC0FB1E1802e35a54
Octal257300373363002343132124
Binary10101111110000001111101111110110000101110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0FB; }

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

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

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

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

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

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

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

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