Html Css Color HEX #ADAEFE Perano

📋 copy color: '#ADAEFE'

red 173 ◦ green 174 ◦ blue 254

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

Shades of Perano #ADAEFE

Tints of Perano #ADAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 28.79%
G = 28.95%
B = 42.26%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADAEFE (or 0xADAEFE) is known color: Perano. HEX triplet: AD, AE and FE. RGB value is (173,174,254). Sum of RGB (Red+Green+Blue) = 173+174+254=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEFE is #525101. Grayscale: #B6B6B6. Windows color (decimal): -5394690 or 16690861. OLE color: 16690861.

HSL color Cylindrical-coordinate representation of color #ADAEFE: hue angle of 239.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADAEFE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 174 254 -
CMYK 0.32 0.31 0 0.00
HSL 239.26º 0.98% 0.84% -
HSV(B) 239.26º 0.32% 1% -
XYZ 50.26 46.31 100.06 -
YUV 182.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 173 174 254 0.32 0.31 0 0.00 239.26 0.98 0.84
Hex AD AE FE 20 1F 0 0 EF 62 54
Octal 255 256 376 40 37 0 0 357 142 124
Binary 10101101 10101110 11111110 100000 11111 0 0 11101111 1100010 1010100

Color Harmonies of #ADAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEFE

Black with #ADAEFE

Text Example


Text Example

White with #ADAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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