#AADCF0

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

Shades of Light Blue #AADCF0

Tints of Light Blue #AADCF0

Color information

#AADCF0 (or 0xAADCF0) is unknown color: approx Light Blue. HEX triplet: AA, DC and F0. RGB value is (170,220,240). Sum of RGB (Red+Green+Blue) = 170+220+240=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #AADCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCF0 is #55230F. Grayscale: #CFCFCF. Windows color (decimal): -5579536 or 15785130. OLE color: 15785130.

HSL color Cylindrical-coordinate representation of color #AADCF0: hue angle of 197.14º 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 #AADCF0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170220240-
CMYK0.290.0800.06
HSL197.14º70%80.39%-
HSV(B)197.14º29.17%94.12%-
XYZ57.966.0292.13-
YUV207.33146.44101.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=26.98%
G=34.92%
B=38.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702202400.290.0800.06197.147080.39
HexAADCF01D806c54650
Octal252334360351006305106120
Binary10101010110111001111000011101100001101100010110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADCF0; }

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

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

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

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

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

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

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

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