#A8ADFE

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

Shades of Perano #A8ADFE

Tints of Perano #A8ADFE

Color information

#A8ADFE (or 0xA8ADFE) is unknown color: approx Perano. HEX triplet: A8, AD and FE. RGB value is (168,173,254). Sum of RGB (Red+Green+Blue) = 168+173+254=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADFE is #575201. Grayscale: #B4B4B4. Windows color (decimal): -5722626 or 16690600. OLE color: 16690600.

HSL color Cylindrical-coordinate representation of color #A8ADFE: hue angle of 236.51º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8ADFE is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168173254-
CMYK0.340.3200.00
HSL236.51º97.73%82.75%-
HSV(B)236.51º33.86%99.61%-
XYZ48.9845.3799.94-
YUV180.74169.34118.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.24%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=28.24%
G=29.08%
B=42.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681732540.340.3200.00236.5197.7382.75
HexA8ADFE222000ed6253
Octal250255376424000355142123
Binary101010001010110111111110100010100000001110110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADFE; }

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

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

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

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

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

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

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

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