#AFC1F1

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

Shades of Perano #AFC1F1

Tints of Perano #AFC1F1

Color information

#AFC1F1 (or 0xAFC1F1) is unknown color: approx Perano. HEX triplet: AF, C1 and F1. RGB value is (175,193,241). Sum of RGB (Red+Green+Blue) = 175+193+241=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFC1F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F1 is #503E0E. Grayscale: #C0C0C0. Windows color (decimal): -5258767 or 15843759. OLE color: 15843759.

HSL color Cylindrical-coordinate representation of color #AFC1F1: hue angle of 223.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC1F1 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175193241-
CMYK0.270.2000.05
HSL223.64º70.21%81.57%-
HSV(B)223.64º27.39%94.51%-
XYZ52.6353.690.79-
YUV193.09155.04115.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.74%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=28.74%
G=31.69%
B=39.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751932410.270.2000.05223.6470.2181.57
HexAFC1F11B1405e04652
Octal257301361332405340106122
Binary101011111100000111110001110111010001011110000010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1F1; }

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

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

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

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

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

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

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

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