#AFB7FD

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

Shades of Perano #AFB7FD

Tints of Perano #AFB7FD

Color information

#AFB7FD (or 0xAFB7FD) is unknown color: approx Perano. HEX triplet: AF, B7 and FD. RGB value is (175,183,253). Sum of RGB (Red+Green+Blue) = 175+183+253=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFB7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB7FD is #504802. Grayscale: #BCBCBC. Windows color (decimal): -5261315 or 16627631. OLE color: 16627631.

HSL color Cylindrical-coordinate representation of color #AFB7FD: hue angle of 233.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB7FD is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175183253-
CMYK0.310.2800.01
HSL233.85º95.12%83.92%-
HSV(B)233.85º30.83%99.22%-
XYZ52.3450.0799.83-
YUV188.59164.35118.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=28.64%
G=29.95%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751832530.310.2800.01233.8595.1283.92
HexAFB7FD1F1C01ea5f54
Octal257267375373401352137124
Binary1010111110110111111111011111111100011110101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7FD; }

 p { color: rgb(175,183,253); }

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

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

 a { background-color: rgb(175,183,253); }

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

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

 span { border-color: rgb(175,183,253); }

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