#AFAEED

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

Shades of Perano #AFAEED

Tints of Perano #AFAEED

Color information

#AFAEED (or 0xAFAEED) is unknown color: approx Perano. HEX triplet: AF, AE and ED. RGB value is (175,174,237). Sum of RGB (Red+Green+Blue) = 175+174+237=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAEED is #505112. Grayscale: #B5B5B5. Windows color (decimal): -5263635 or 15576751. OLE color: 15576751.

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

Color convert

RGB175174237-
CMYK0.260.2700.07
HSL240.95º63.64%80.59%-
HSV(B)240.95º26.58%92.94%-
XYZ48.145.586.37-
YUV181.48159.33123.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=29.86%
G=29.69%
B=40.44%

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
Decimal1751742370.260.2700.07240.9563.6480.59
HexAFAEED1A1B07f14051
Octal257256355323307361100121
Binary101011111010111011101101110101101101111111000110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEED; }

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

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

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

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

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

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

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

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