#AFC1EC

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

Shades of Perano #AFC1EC

Tints of Perano #AFC1EC

Color information

#AFC1EC (or 0xAFC1EC) is unknown color: approx Perano. HEX triplet: AF, C1 and EC. RGB value is (175,193,236). Sum of RGB (Red+Green+Blue) = 175+193+236=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EC is #503E13. Grayscale: #C0C0C0. Windows color (decimal): -5258772 or 15516079. OLE color: 15516079.

HSL color Cylindrical-coordinate representation of color #AFC1EC: hue angle of 222.3º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC1EC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175193236-
CMYK0.260.1800.07
HSL222.3º61.62%80.59%-
HSV(B)222.3º25.85%92.55%-
XYZ51.8953.3186.91-
YUV192.52152.54115.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 193 (75.78% from 255) = 31.95%
BLUE value IS 236 (92.58% from 255) = 39.07%
R=28.97%
G=31.95%
B=39.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751932360.260.1800.07222.361.6280.59
HexAFC1EC1A1207de3e51
Octal25730135432220733676121
Binary10101111110000011110110011010100100111110111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1EC; }

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

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

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

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

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

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

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

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