Html Css Color HEX #A8ADE2 Perano

📋 copy color: '#A8ADE2'

red 168 ◦ green 173 ◦ blue 226

#A8ADE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A8ADE2

Tints of Perano #A8ADE2

RGB

 RED value IS 168 (66.02% from 255) = 29.63%

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 226 (88.67% from 255) = 39.86%

R = 29.63%
G = 30.51%
B = 39.86%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A8ADE2 (or 0xA8ADE2) is known color: Perano. HEX triplet: A8, AD and E2. RGB value is (168,173,226). Sum of RGB (Red+Green+Blue) = 168+173+226=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #A8ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADE2 is #57521D. Grayscale: #B1B1B1. Windows color (decimal): -5722654 or 14855592. OLE color: 14855592.

HSL color Cylindrical-coordinate representation of color #A8ADE2: hue angle of 234.83º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8ADE2 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 173 226 -
CMYK 0.26 0.23 0 0.11
HSL 234.83º 0.5% 0.77% -
HSV(B) 234.83º 0.26% 0.89% -
XYZ 44.82 43.7 78.02 -
YUV 177.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 168 173 226 0.26 0.23 0 0.11 234.83 0.5 0.77
Hex A8 AD E2 1A 17 0 B EB 32 4D
Octal 250 255 342 32 27 0 13 353 62 115
Binary 10101000 10101101 11100010 11010 10111 0 1011 11101011 110010 1001101

Color Harmonies of #A8ADE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADE2

Black with #A8ADE2

Text Example


Text Example

White with #A8ADE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADE2; }

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

 H1.HeaderClassName
 {
   color: #A8ADE2;
 }
 .AnyTagClassName
 {
   color: #A8ADE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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