#AFC1EF

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

Shades of Perano #AFC1EF

Tints of Perano #AFC1EF

Color information

#AFC1EF (or 0xAFC1EF) is unknown color: approx Perano. HEX triplet: AF, C1 and EF. RGB value is (175,193,239). Sum of RGB (Red+Green+Blue) = 175+193+239=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EF is #503E10. Grayscale: #C0C0C0. Windows color (decimal): -5258769 or 15712687. OLE color: 15712687.

HSL color Cylindrical-coordinate representation of color #AFC1EF: hue angle of 223.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC1EF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB175193239-
CMYK0.270.1900.06
HSL223.12º66.67%81.18%-
HSV(B)223.12º26.78%93.73%-
XYZ52.3353.4989.23-
YUV192.86154.04115.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 193 (75.78% from 255) = 31.80%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=28.83%
G=31.80%
B=39.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1751932390.270.1900.06223.1266.6781.18
HexAFC1EF1B1306df4351
Octal257301357332306337103121
Binary101011111100000111101111110111001101101101111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1EF; }

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

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

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

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

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

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

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

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