#AFC0ED

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

Shades of Perano #AFC0ED

Tints of Perano #AFC0ED

Color information

#AFC0ED (or 0xAFC0ED) is unknown color: approx Perano. HEX triplet: AF, C0 and ED. RGB value is (175,192,237). Sum of RGB (Red+Green+Blue) = 175+192+237=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0ED is #503F12. Grayscale: #BFBFBF. Windows color (decimal): -5259027 or 15581359. OLE color: 15581359.

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

Color convert

RGB175192237-
CMYK0.260.1900.07
HSL223.55º63.27%80.78%-
HSV(B)223.55º26.16%92.94%-
XYZ51.8152.9387.61-
YUV192.05153.37115.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=28.97%
G=31.79%
B=39.24%

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
Decimal1751922370.260.1900.07223.5563.2780.78
HexAFC0ED1A1307e03f51
Octal25730035532230734077121
Binary10101111110000001110110111010100110111111000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0ED; }

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

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

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

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

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

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

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

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