#A8ADDF

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

Shades of Perano #A8ADDF

Tints of Perano #A8ADDF

Color information

#A8ADDF (or 0xA8ADDF) is unknown color: approx Perano. HEX triplet: A8, AD and DF. RGB value is (168,173,223). Sum of RGB (Red+Green+Blue) = 168+173+223=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADDF is #575220. Grayscale: #B1B1B1. Windows color (decimal): -5722657 or 14658984. OLE color: 14658984.

HSL color Cylindrical-coordinate representation of color #A8ADDF: hue angle of 234.55º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8ADDF is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168173223-
CMYK0.250.2200.13
HSL234.55º46.22%76.67%-
HSV(B)234.55º24.66%87.45%-
XYZ44.4143.5475.88-
YUV177.2153.84121.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.79%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=29.79%
G=30.67%
B=39.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1681732230.250.2200.13234.5546.2276.67
HexA8ADDF19160Deb2e4d
Octal250255337312601535356115
Binary101010001010110111011111110011011001101111010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADDF; }

 p { color: rgb(168,173,223); }

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

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

 a { background-color: rgb(168,173,223); }

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

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

 span { border-color: rgb(168,173,223); }

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