#AFC3F8

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

Shades of Perano #AFC3F8

Tints of Perano #AFC3F8

Color information

#AFC3F8 (or 0xAFC3F8) is unknown color: approx Perano. HEX triplet: AF, C3 and F8. RGB value is (175,195,248). Sum of RGB (Red+Green+Blue) = 175+195+248=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F8 is #503C07. Grayscale: #C2C2C2. Windows color (decimal): -5258248 or 16303023. OLE color: 16303023.

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

Color convert

RGB175195248-
CMYK0.290.2100.03
HSL223.56º83.91%82.94%-
HSV(B)223.56º29.44%97.25%-
XYZ54.1454.9296.55-
YUV195.06157.87113.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=28.32%
G=31.55%
B=40.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751952480.290.2100.03223.5683.9182.94
HexAFC3F81D1503e05453
Octal257303370352503340124123
Binary10101111110000111111100011101101010111110000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3F8; }

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

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

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

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

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

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

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

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