Html Css Color HEX #ADAEEB Perano

📋 copy color: '#ADAEEB'

red 173 ◦ green 174 ◦ blue 235

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

Shades of Perano #ADAEEB

Tints of Perano #ADAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.38%

R = 29.73%
G = 29.9%
B = 40.38%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADAEEB (or 0xADAEEB) is known color: Perano. HEX triplet: AD, AE and EB. RGB value is (173,174,235). Sum of RGB (Red+Green+Blue) = 173+174+235=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEEB is #525114. Grayscale: #B4B4B4. Windows color (decimal): -5394709 or 15445677. OLE color: 15445677.

HSL color Cylindrical-coordinate representation of color #ADAEEB: hue angle of 239.03º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAEEB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 174 235 -
CMYK 0.26 0.26 0 0.08
HSL 239.03º 0.61% 0.8% -
HSV(B) 239.03º 0.26% 0.92% -
XYZ 47.37 45.15 84.82 -
YUV 180.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 173 174 235 0.26 0.26 0 0.08 239.03 0.61 0.8
Hex AD AE EB 1A 1A 0 8 EF 3D 50
Octal 255 256 353 32 32 0 10 357 75 120
Binary 10101101 10101110 11101011 11010 11010 0 1000 11101111 111101 1010000

Color Harmonies of #ADAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAEEB

Black with #ADAEEB

Text Example


Text Example

White with #ADAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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