#AFC0EE

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

Shades of Perano #AFC0EE

Tints of Perano #AFC0EE

Color information

#AFC0EE (or 0xAFC0EE) is unknown color: approx Perano. HEX triplet: AF, C0 and EE. RGB value is (175,192,238). Sum of RGB (Red+Green+Blue) = 175+192+238=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0EE is #503F11. Grayscale: #BFBFBF. Windows color (decimal): -5259026 or 15646895. OLE color: 15646895.

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

Color convert

RGB175192238-
CMYK0.260.1900.07
HSL223.81º64.95%80.98%-
HSV(B)223.81º26.47%93.33%-
XYZ51.9652.9988.38-
YUV192.16153.87115.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 192 (75.39% from 255) = 31.74%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=28.93%
G=31.74%
B=39.34%

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
Decimal1751922380.260.1900.07223.8164.9580.98
HexAFC0EE1A1307e04151
Octal257300356322307340101121
Binary101011111100000011101110110101001101111110000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0EE; }

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

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

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

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

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

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

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

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