#ADAFF1

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

Shades of Perano #ADAFF1

Tints of Perano #ADAFF1

Color information

#ADAFF1 (or 0xADAFF1) is unknown color: approx Perano. HEX triplet: AD, AF and F1. RGB value is (173,175,241). Sum of RGB (Red+Green+Blue) = 173+175+241=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 175 (68.75% from 255 or 29.71% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADAFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAFF1 is #52500E. Grayscale: #B5B5B5. Windows color (decimal): -5394447 or 15839149. OLE color: 15839149.

HSL color Cylindrical-coordinate representation of color #ADAFF1: hue angle of 238.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADAFF1 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173175241-
CMYK0.280.2700.05
HSL238.24º70.83%81.18%-
HSV(B)238.24º28.22%94.51%-
XYZ48.4445.989.52-
YUV181.93161.34121.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 175 (68.75% from 255) = 29.71%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=29.37%
G=29.71%
B=40.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731752410.280.2700.05238.2470.8381.18
HexADAFF11C1B05ee4751
Octal255257361343305356107121
Binary101011011010111111110001111001101101011110111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFF1; }

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

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

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

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

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

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

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

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