Html Css Color HEX #A8ADEE Perano

📋 copy color: '#A8ADEE'

red 168 ◦ green 173 ◦ blue 238

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

Shades of Perano #A8ADEE

Tints of Perano #A8ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.11%

R = 29.02%
G = 29.88%
B = 41.11%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8ADEE (or 0xA8ADEE) is known color: Perano. HEX triplet: A8, AD and EE. RGB value is (168,173,238). Sum of RGB (Red+Green+Blue) = 168+173+238=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8ADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8ADEE is #575211. Grayscale: #B2B2B2. Windows color (decimal): -5722642 or 15642024. OLE color: 15642024.

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

Color convert

RGB 168 173 238 -
CMYK 0.29 0.27 0 0.07
HSL 235.71º 0.67% 0.8% -
HSV(B) 235.71º 0.29% 0.93% -
XYZ 46.52 44.39 87 -
YUV 178.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 168 173 238 0.29 0.27 0 0.07 235.71 0.67 0.8
Hex A8 AD EE 1D 1B 0 7 EC 43 50
Octal 250 255 356 35 33 0 7 354 103 120
Binary 10101000 10101101 11101110 11101 11011 0 111 11101100 1000011 1010000

Color Harmonies of #A8ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ADEE

Black with #A8ADEE

Text Example


Text Example

White with #A8ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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