#AFC2F8

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

Shades of Perano #AFC2F8

Tints of Perano #AFC2F8

Color information

#AFC2F8 (or 0xAFC2F8) is unknown color: approx Perano. HEX triplet: AF, C2 and F8. RGB value is (175,194,248). Sum of RGB (Red+Green+Blue) = 175+194+248=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F8 is #503D07. Grayscale: #C2C2C2. Windows color (decimal): -5258504 or 16302767. OLE color: 16302767.

HSL color Cylindrical-coordinate representation of color #AFC2F8: hue angle of 224.38º 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 #AFC2F8 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175194248-
CMYK0.290.2200.03
HSL224.38º83.91%82.94%-
HSV(B)224.38º29.44%97.25%-
XYZ53.9154.4796.48-
YUV194.48158.21114.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 248 (97.27% from 255) = 40.19%
R=28.36%
G=31.44%
B=40.19%

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
Decimal1751942480.290.2200.03224.3883.9182.94
HexAFC2F81D1603e05453
Octal257302370352603340124123
Binary10101111110000101111100011101101100111110000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2F8; }

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

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

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

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

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

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

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

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