#AADCF5

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

Shades of Light Blue #AADCF5

Tints of Light Blue #AADCF5

Color information

#AADCF5 (or 0xAADCF5) is unknown color: approx Light Blue. HEX triplet: AA, DC and F5. RGB value is (170,220,245). Sum of RGB (Red+Green+Blue) = 170+220+245=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #AADCF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCF5 is #55230A. Grayscale: #CFCFCF. Windows color (decimal): -5579531 or 16112810. OLE color: 16112810.

HSL color Cylindrical-coordinate representation of color #AADCF5: hue angle of 200º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADCF5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170220245-
CMYK0.310.1000.04
HSL200º78.95%81.37%-
HSV(B)200º30.61%96.08%-
XYZ58.6566.3396.1-
YUV207.9148.94100.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.77%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=26.77%
G=34.65%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702202450.310.1000.0420078.9581.37
HexAADCF51FA04c84f51
Octal252334365371204310117121
Binary10101010110111001111010111111101001001100100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCF5; }

 p { color: rgb(170,220,245); }

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

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

 a { background-color: rgb(170,220,245); }

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

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

 span { border-color: rgb(170,220,245); }

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