#AFC2F5

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

Shades of Perano #AFC2F5

Tints of Perano #AFC2F5

Color information

#AFC2F5 (or 0xAFC2F5) is unknown color: approx Perano. HEX triplet: AF, C2 and F5. RGB value is (175,194,245). Sum of RGB (Red+Green+Blue) = 175+194+245=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F5 is #503D0A. Grayscale: #C1C1C1. Windows color (decimal): -5258507 or 16106159. OLE color: 16106159.

HSL color Cylindrical-coordinate representation of color #AFC2F5: hue angle of 223.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC2F5 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175194245-
CMYK0.290.2100.04
HSL223.71º77.78%82.35%-
HSV(B)223.71º28.57%96.08%-
XYZ53.4554.2994.05-
YUV194.13156.71114.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 245 (96.09% from 255) = 39.90%
R=28.50%
G=31.60%
B=39.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751942450.290.2100.04223.7177.7882.35
HexAFC2F51D1504e04e52
Octal257302365352504340116122
Binary101011111100001011110101111011010101001110000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2F5; }

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

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

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

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

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

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

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

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