Html Css Color HEX #ADAFE1 Perano

📋 copy color: '#ADAFE1'

red 173 ◦ green 175 ◦ blue 225

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

Shades of Perano #ADAFE1

Tints of Perano #ADAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.54%

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

R = 30.19%
G = 30.54%
B = 39.27%

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

#ADAFE1 (or 0xADAFE1) is known color: Perano. HEX triplet: AD, AF and E1. RGB value is (173,175,225). Sum of RGB (Red+Green+Blue) = 173+175+225=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADAFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE1 is #52501E. Grayscale: #B3B3B3. Windows color (decimal): -5394463 or 14790573. OLE color: 14790573.

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

Color convert

RGB 173 175 225 -
CMYK 0.23 0.22 0 0.12
HSL 237.69º 0.46% 0.78% -
HSV(B) 237.69º 0.23% 0.88% -
XYZ 46.15 44.98 77.48 -
YUV 180.1 153.34 122.93 -
System Red Green Blue C M Y K H S L
Decimal 173 175 225 0.23 0.22 0 0.12 237.69 0.46 0.78
Hex AD AF E1 17 16 0 C EE 2E 4E
Octal 255 257 341 27 26 0 14 356 56 116
Binary 10101101 10101111 11100001 10111 10110 0 1100 11101110 101110 1001110

Color Harmonies of #ADAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFE1

Black with #ADAFE1

Text Example


Text Example

White with #ADAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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