#AFC2F9

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

Shades of Perano #AFC2F9

Tints of Perano #AFC2F9

Color information

#AFC2F9 (or 0xAFC2F9) is unknown color: approx Perano. HEX triplet: AF, C2 and F9. RGB value is (175,194,249). Sum of RGB (Red+Green+Blue) = 175+194+249=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F9 is #503D06. Grayscale: #C2C2C2. Windows color (decimal): -5258503 or 16368303. OLE color: 16368303.

HSL color Cylindrical-coordinate representation of color #AFC2F9: hue angle of 224.59º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC2F9 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175194249-
CMYK0.300.2200.02
HSL224.59º86.05%83.14%-
HSV(B)224.59º29.72%97.65%-
XYZ54.0754.5497.3-
YUV194.59158.71114.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 194 (76.17% from 255) = 31.39%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=28.32%
G=31.39%
B=40.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751942490.300.2200.02224.5986.0583.14
HexAFC2F91E1602e15653
Octal257302371362602341126123
Binary10101111110000101111100111110101100101110000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2F9; }

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

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

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

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

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

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

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

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