#AFC0F6

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

Shades of Perano #AFC0F6

Tints of Perano #AFC0F6

Color information

#AFC0F6 (or 0xAFC0F6) is unknown color: approx Perano. HEX triplet: AF, C0 and F6. RGB value is (175,192,246). Sum of RGB (Red+Green+Blue) = 175+192+246=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F6 is #503F09. Grayscale: #C0C0C0. Windows color (decimal): -5259018 or 16171183. OLE color: 16171183.

HSL color Cylindrical-coordinate representation of color #AFC0F6: hue angle of 225.63º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC0F6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175192246-
CMYK0.290.2200.04
HSL225.63º79.78%82.55%-
HSV(B)225.63º28.86%96.47%-
XYZ53.1653.4794.71-
YUV193.07157.87115.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 192 (75.39% from 255) = 31.32%
BLUE value IS 246 (96.48% from 255) = 40.13%
R=28.55%
G=31.32%
B=40.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751922460.290.2200.04225.6379.7882.55
HexAFC0F61D1604e25053
Octal257300366352604342120123
Binary101011111100000011110110111011011001001110001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0F6; }

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

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

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

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

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

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

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

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