#AFACED

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

Shades of Perano #AFACED

Tints of Perano #AFACED

Color information

#AFACED (or 0xAFACED) is unknown color: approx Perano. HEX triplet: AF, AC and ED. RGB value is (175,172,237). Sum of RGB (Red+Green+Blue) = 175+172+237=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACED is #505312. Grayscale: #B4B4B4. Windows color (decimal): -5264147 or 15576239. OLE color: 15576239.

HSL color Cylindrical-coordinate representation of color #AFACED: hue angle of 242.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFACED is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175172237-
CMYK0.260.2700.07
HSL242.77º64.36%80.2%-
HSV(B)242.77º27.43%92.94%-
XYZ47.7244.7386.24-
YUV180.31159.99124.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=29.97%
G=29.45%
B=40.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751722370.260.2700.07242.7764.3680.2
HexAFACED1A1B07f34050
Octal257254355323307363100120
Binary101011111010110011101101110101101101111111001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACED; }

 p { color: rgb(175,172,237); }

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

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

 a { background-color: rgb(175,172,237); }

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

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

 span { border-color: rgb(175,172,237); }

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