Html Css Color HEX #ADAEE0 Perano

📋 copy color: '#ADAEE0'

red 173 ◦ green 174 ◦ blue 224

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

Shades of Perano #ADAEE0

Tints of Perano #ADAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.23%

R = 30.3%
G = 30.47%
B = 39.23%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADAEE0 (or 0xADAEE0) is known color: Perano. HEX triplet: AD, AE and E0. RGB value is (173,174,224). Sum of RGB (Red+Green+Blue) = 173+174+224=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADAEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEE0 is #52511F. Grayscale: #B3B3B3. Windows color (decimal): -5394720 or 14724781. OLE color: 14724781.

HSL color Cylindrical-coordinate representation of color #ADAEE0: hue angle of 238.82º degrees, saturation: 0.45, 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 #ADAEE0 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 174 224 -
CMYK 0.23 0.22 0 0.12
HSL 238.82º 0.45% 0.78% -
HSV(B) 238.82º 0.23% 0.88% -
XYZ 45.82 44.54 76.7 -
YUV 179.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 173 174 224 0.23 0.22 0 0.12 238.82 0.45 0.78
Hex AD AE E0 17 16 0 C EF 2D 4E
Octal 255 256 340 27 26 0 14 357 55 116
Binary 10101101 10101110 11100000 10111 10110 0 1100 11101111 101101 1001110

Color Harmonies of #ADAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEE0

Black with #ADAEE0

Text Example


Text Example

White with #ADAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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