#AADAF0

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

Shades of Light Blue #AADAF0

Tints of Light Blue #AADAF0

Color information

#AADAF0 (or 0xAADAF0) is unknown color: approx Light Blue. HEX triplet: AA, DA and F0. RGB value is (170,218,240). Sum of RGB (Red+Green+Blue) = 170+218+240=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 240 - color contains mainly: blue. Hex color #AADAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF0 is #55250F. Grayscale: #CECECE. Windows color (decimal): -5580048 or 15784618. OLE color: 15784618.

HSL color Cylindrical-coordinate representation of color #AADAF0: hue angle of 198.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADAF0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170218240-
CMYK0.290.0900.06
HSL198.86º70%80.39%-
HSV(B)198.86º29.17%94.12%-
XYZ57.3864.9891.96-
YUV206.16147.1102.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=27.07%
G=34.71%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702182400.290.0900.06198.867080.39
HexAADAF01D906c74650
Octal252332360351106307106120
Binary10101010110110101111000011101100101101100011110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAF0; }

 p { color: rgb(170,218,240); }

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

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

 a { background-color: rgb(170,218,240); }

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

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

 span { border-color: rgb(170,218,240); }

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