#AADAF3

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

Shades of Light Blue #AADAF3

Tints of Light Blue #AADAF3

Color information

#AADAF3 (or 0xAADAF3) is unknown color: approx Light Blue. HEX triplet: AA, DA and F3. RGB value is (170,218,243). Sum of RGB (Red+Green+Blue) = 170+218+243=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADAF3 is #55250C. Grayscale: #CECECE. Windows color (decimal): -5580045 or 15981226. OLE color: 15981226.

HSL color Cylindrical-coordinate representation of color #AADAF3: hue angle of 200.55º degrees, saturation: 0.75, 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 #AADAF3 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170218243-
CMYK0.300.1000.05
HSL200.55º75.26%80.98%-
HSV(B)200.55º30.04%95.29%-
XYZ57.8365.1694.32-
YUV206.5148.6101.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.94%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=26.94%
G=34.55%
B=38.51%

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
Decimal1702182430.300.1000.05200.5575.2680.98
HexAADAF31EA05c94b51
Octal252332363361205311113121
Binary10101010110110101111001111110101001011100100110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAF3; }

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

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

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

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

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

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

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

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