#ADAEFD

Color #ADAEFD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADAEFD

Tints of Perano #ADAEFD

Color information

#ADAEFD (or 0xADAEFD) is unknown color: approx Perano. HEX triplet: AD, AE and FD. RGB value is (173,174,253). Sum of RGB (Red+Green+Blue) = 173+174+253=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAEFD is #525102. Grayscale: #B6B6B6. Windows color (decimal): -5394691 or 16625325. OLE color: 16625325.

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

Color convert

RGB173174253-
CMYK0.320.3100.01
HSL239.25º95.24%83.53%-
HSV(B)239.25º31.62%99.22%-
XYZ50.146.2599.21-
YUV182.71167.67121.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 253 (99.22% from 255) = 42.17%
R=28.83%
G=29%
B=42.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731742530.320.3100.01239.2595.2483.53
HexADAEFD201F01ef5f54
Octal255256375403701357137124
Binary10101101101011101111110110000011111011110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEFD; }

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

 H1.HeaderClassName
 {
   color: #ADAEFD;
 }
 .AnyTagClassName
 {
   color: #ADAEFD;
 }
</style>
background-color css

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

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

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

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

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

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