#AFC3FB

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

Shades of Perano #AFC3FB

Tints of Perano #AFC3FB

Color information

#AFC3FB (or 0xAFC3FB) is unknown color: approx Perano. HEX triplet: AF, C3 and FB. RGB value is (175,195,251). Sum of RGB (Red+Green+Blue) = 175+195+251=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3FB is #503C04. Grayscale: #C3C3C3. Windows color (decimal): -5258245 or 16499631. OLE color: 16499631.

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

Color convert

RGB175195251-
CMYK0.300.2200.02
HSL224.21º90.48%83.53%-
HSV(B)224.21º30.28%98.43%-
XYZ54.6155.1199.03-
YUV195.4159.37113.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=28.18%
G=31.40%
B=40.42%

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
Decimal1751952510.300.2200.02224.2190.4883.53
HexAFC3FB1E1602e05a54
Octal257303373362602340132124
Binary10101111110000111111101111110101100101110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3FB; }

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

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

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

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

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

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

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

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