#AFC1EE

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

Shades of Perano #AFC1EE

Tints of Perano #AFC1EE

Color information

#AFC1EE (or 0xAFC1EE) is unknown color: approx Perano. HEX triplet: AF, C1 and EE. RGB value is (175,193,238). Sum of RGB (Red+Green+Blue) = 175+193+238=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EE is #503E11. Grayscale: #C0C0C0. Windows color (decimal): -5258770 or 15647151. OLE color: 15647151.

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

Color convert

RGB175193238-
CMYK0.260.1900.07
HSL222.86º64.95%80.98%-
HSV(B)222.86º26.47%93.33%-
XYZ52.1853.4388.45-
YUV192.75153.54115.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 193 (75.78% from 255) = 31.85%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=28.88%
G=31.85%
B=39.27%

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
Decimal1751932380.260.1900.07222.8664.9580.98
HexAFC1EE1A1307df4151
Octal257301356322307337101121
Binary101011111100000111101110110101001101111101111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1EE; }

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

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

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

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

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

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

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

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