#ADD9F0

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

Shades of Light Blue #ADD9F0

Tints of Light Blue #ADD9F0

Color information

#ADD9F0 (or 0xADD9F0) is unknown color: approx Light Blue. HEX triplet: AD, D9 and F0. RGB value is (173,217,240). Sum of RGB (Red+Green+Blue) = 173+217+240=630 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.46% from 630); Green value is 217 (85.16% from 255 or 34.44% 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 #ADD9F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD9F0 is #52260F. Grayscale: #CECECE. Windows color (decimal): -5383696 or 15784365. OLE color: 15784365.

HSL color Cylindrical-coordinate representation of color #ADD9F0: hue angle of 200.6º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD9F0 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173217240-
CMYK0.280.1000.06
HSL200.6º69.07%80.98%-
HSV(B)200.6º27.92%94.12%-
XYZ57.7764.891.9-
YUV206.47146.92104.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.46%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=27.46%
G=34.44%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732172400.280.1000.06200.669.0780.98
HexADD9F01CA06c94551
Octal255331360341206311105121
Binary10101101110110011111000011100101001101100100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD9F0; }

 p { color: rgb(173,217,240); }

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

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

 a { background-color: rgb(173,217,240); }

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

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

 span { border-color: rgb(173,217,240); }

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