#AFBFEB

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

Shades of Perano #AFBFEB

Tints of Perano #AFBFEB

Color information

#AFBFEB (or 0xAFBFEB) is unknown color: approx Perano. HEX triplet: AF, BF and EB. RGB value is (175,191,235). Sum of RGB (Red+Green+Blue) = 175+191+235=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFEB is #504014. Grayscale: #BFBFBF. Windows color (decimal): -5259285 or 15450031. OLE color: 15450031.

HSL color Cylindrical-coordinate representation of color #AFBFEB: hue angle of 224º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBFEB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175191235-
CMYK0.260.1900.08
HSL224º60%80.39%-
HSV(B)224º25.53%92.16%-
XYZ51.3152.3786-
YUV191.23152.7116.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.12%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=29.12%
G=31.78%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751912350.260.1900.082246080.39
HexAFBFEB1A1308e03c50
Octal257277353322301034074120
Binary101011111011111111101011110101001101000111000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFEB; }

 p { color: rgb(175,191,235); }

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

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

 a { background-color: rgb(175,191,235); }

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

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

 span { border-color: rgb(175,191,235); }

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