#AADBF3

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

Shades of Light Blue #AADBF3

Tints of Light Blue #AADBF3

Color information

#AADBF3 (or 0xAADBF3) is unknown color: approx Light Blue. HEX triplet: AA, DB and F3. RGB value is (170,219,243). Sum of RGB (Red+Green+Blue) = 170+219+243=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #AADBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBF3 is #55240C. Grayscale: #CECECE. Windows color (decimal): -5579789 or 15981482. OLE color: 15981482.

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

Color convert

RGB170219243-
CMYK0.300.1000.05
HSL199.73º75.26%80.98%-
HSV(B)199.73º30.04%95.29%-
XYZ58.0965.6894.41-
YUV207.08148.27101.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.90%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=26.90%
G=34.65%
B=38.45%

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
Decimal1702192430.300.1000.05199.7375.2680.98
HexAADBF31EA05c84b51
Octal252333363361205310113121
Binary10101010110110111111001111110101001011100100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADBF3; }

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

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

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

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

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

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

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

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