Html Css Color HEX #ADAEE1 Perano

📋 copy color: '#ADAEE1'

red 173 ◦ green 174 ◦ blue 225

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

Shades of Perano #ADAEE1

Tints of Perano #ADAEE1

RGB

 RED value IS 173 (67.97% from 255) = 30.24%

 GREEN value IS 174 (68.36% from 255) = 30.42%

 BLUE value IS 225 (88.28% from 255) = 39.34%

R = 30.24%
G = 30.42%
B = 39.34%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADAEE1 (or 0xADAEE1) is known color: Perano. HEX triplet: AD, AE and E1. RGB value is (173,174,225). Sum of RGB (Red+Green+Blue) = 173+174+225=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEE1 is #52511E. Grayscale: #B3B3B3. Windows color (decimal): -5394719 or 14790317. OLE color: 14790317.

HSL color Cylindrical-coordinate representation of color #ADAEE1: hue angle of 238.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAEE1 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 174 225 -
CMYK 0.23 0.23 0 0.12
HSL 238.85º 0.46% 0.78% -
HSV(B) 238.85º 0.23% 0.88% -
XYZ 45.96 44.59 77.42 -
YUV 179.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 173 174 225 0.23 0.23 0 0.12 238.85 0.46 0.78
Hex AD AE E1 17 17 0 C EF 2E 4E
Octal 255 256 341 27 27 0 14 357 56 116
Binary 10101101 10101110 11100001 10111 10111 0 1100 11101111 101110 1001110

Color Harmonies of #ADAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEE1

Black with #ADAEE1

Text Example


Text Example

White with #ADAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEE1; }

 p { color: rgb(173,174,225); }

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

background-color css

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

 a { background-color: rgb(173,174,225); }

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

border-color css

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

 span { border-color: rgb(173,174,225); }

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