#AADAF2

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

Shades of Light Blue #AADAF2

Tints of Light Blue #AADAF2

Color information

#AADAF2 (or 0xAADAF2) is unknown color: approx Light Blue. HEX triplet: AA, DA and F2. RGB value is (170,218,242). Sum of RGB (Red+Green+Blue) = 170+218+242=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF2 is #55250D. Grayscale: #CECECE. Windows color (decimal): -5580046 or 15915690. OLE color: 15915690.

HSL color Cylindrical-coordinate representation of color #AADAF2: hue angle of 200º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADAF2 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170218242-
CMYK0.300.1000.05
HSL200º73.47%80.78%-
HSV(B)200º29.75%94.9%-
XYZ57.6865.193.53-
YUV206.38148.1102.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=26.98%
G=34.60%
B=38.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702182420.300.1000.0520073.4780.78
HexAADAF21EA05c84951
Octal252332362361205310111121
Binary10101010110110101111001011110101001011100100010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAF2; }

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

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

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

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

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

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

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

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