Html Css Color HEX #A8ADE6 Perano

📋 copy color: '#A8ADE6'

red 168 ◦ green 173 ◦ blue 230

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

Shades of Perano #A8ADE6

Tints of Perano #A8ADE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.28%

R = 29.42%
G = 30.3%
B = 40.28%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A8ADE6 (or 0xA8ADE6) is known color: Perano. HEX triplet: A8, AD and E6. RGB value is (168,173,230). Sum of RGB (Red+Green+Blue) = 168+173+230=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #A8ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADE6 is #575219. Grayscale: #B1B1B1. Windows color (decimal): -5722650 or 15117736. OLE color: 15117736.

HSL color Cylindrical-coordinate representation of color #A8ADE6: hue angle of 235.16º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8ADE6 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 173 230 -
CMYK 0.27 0.25 0 0.10
HSL 235.16º 0.55% 0.78% -
HSV(B) 235.16º 0.27% 0.9% -
XYZ 45.37 43.93 80.95 -
YUV 178 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 168 173 230 0.27 0.25 0 0.10 235.16 0.55 0.78
Hex A8 AD E6 1B 19 0 A EB 37 4E
Octal 250 255 346 33 31 0 12 353 67 116
Binary 10101000 10101101 11100110 11011 11001 0 1010 11101011 110111 1001110

Color Harmonies of #A8ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADE6

Black with #A8ADE6

Text Example


Text Example

White with #A8ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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