#AFC1F8

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

Shades of Perano #AFC1F8

Tints of Perano #AFC1F8

Color information

#AFC1F8 (or 0xAFC1F8) is unknown color: approx Perano. HEX triplet: AF, C1 and F8. RGB value is (175,193,248). Sum of RGB (Red+Green+Blue) = 175+193+248=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F8 is #503E07. Grayscale: #C1C1C1. Windows color (decimal): -5258760 or 16302511. OLE color: 16302511.

HSL color Cylindrical-coordinate representation of color #AFC1F8: hue angle of 225.21º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC1F8 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175193248-
CMYK0.290.2200.03
HSL225.21º83.91%82.94%-
HSV(B)225.21º29.44%97.25%-
XYZ53.6954.0396.41-
YUV193.89158.54114.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.41%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=28.41%
G=31.33%
B=40.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751932480.290.2200.03225.2183.9182.94
HexAFC1F81D1603e15453
Octal257301370352603341124123
Binary10101111110000011111100011101101100111110000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1F8; }

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

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

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

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

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

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

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

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