#AFC1ED

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

Shades of Perano #AFC1ED

Tints of Perano #AFC1ED

Color information

#AFC1ED (or 0xAFC1ED) is unknown color: approx Perano. HEX triplet: AF, C1 and ED. RGB value is (175,193,237). Sum of RGB (Red+Green+Blue) = 175+193+237=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1ED is #503E12. Grayscale: #C0C0C0. Windows color (decimal): -5258771 or 15581615. OLE color: 15581615.

HSL color Cylindrical-coordinate representation of color #AFC1ED: hue angle of 222.58º degrees, saturation: 0.63, 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 #AFC1ED is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175193237-
CMYK0.260.1900.07
HSL222.58º63.27%80.78%-
HSV(B)222.58º26.16%92.94%-
XYZ52.0453.3787.68-
YUV192.63153.04115.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=28.93%
G=31.90%
B=39.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751932370.260.1900.07222.5863.2780.78
HexAFC1ED1A1307df3f51
Octal25730135532230733777121
Binary10101111110000011110110111010100110111110111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1ED; }

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

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

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

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

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

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

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

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