#ADDDF0

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

Shades of Light Blue #ADDDF0

Tints of Light Blue #ADDDF0

Color information

#ADDDF0 (or 0xADDDF0) is unknown color: approx Light Blue. HEX triplet: AD, DD and F0. RGB value is (173,221,240). Sum of RGB (Red+Green+Blue) = 173+221+240=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF0 is #52220F. Grayscale: #D0D0D0. Windows color (decimal): -5382672 or 15785389. OLE color: 15785389.

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

Color convert

RGB173221240-
CMYK0.280.0800.06
HSL197.01º69.07%80.98%-
HSV(B)197.01º27.92%94.12%-
XYZ58.8266.8992.25-
YUV208.81145.6102.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 240 (94.14% from 255) = 37.85%
R=27.29%
G=34.86%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732212400.280.0800.06197.0169.0780.98
HexADDDF01C806c54551
Octal255335360341006305105121
Binary10101101110111011111000011100100001101100010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF0; }

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

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

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

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

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

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

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

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