#AFB3FE

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

Shades of Perano #AFB3FE

Tints of Perano #AFB3FE

Color information

#AFB3FE (or 0xAFB3FE) is unknown color: approx Perano. HEX triplet: AF, B3 and FE. RGB value is (175,179,254). Sum of RGB (Red+Green+Blue) = 175+179+254=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFB3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3FE is #504C01. Grayscale: #BABABA. Windows color (decimal): -5262338 or 16692143. OLE color: 16692143.

HSL color Cylindrical-coordinate representation of color #AFB3FE: hue angle of 236.96º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB3FE is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175179254-
CMYK0.310.3000.00
HSL236.96º97.53%84.12%-
HSV(B)236.96º31.1%99.61%-
XYZ51.6948.51100.4-
YUV186.35166.17119.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=28.78%
G=29.44%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751792540.310.3000.00236.9697.5384.12
HexAFB3FE1F1E00ed6254
Octal257263376373600355142124
Binary1010111110110011111111101111111110001110110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3FE; }

 p { color: rgb(175,179,254); }

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

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

 a { background-color: rgb(175,179,254); }

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

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

 span { border-color: rgb(175,179,254); }

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