#adddf6

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

Shades of Light Blue #ADDDF6

Tints of Light Blue #ADDDF6

Color information

#ADDDF6 (or 0xADDDF6) is unknown color: approx Light Blue. HEX triplet: AD, DD and F6. RGB value is (173,221,246). Sum of RGB (Red+Green+Blue) = 173+221+246=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF6 is #522209. Grayscale: #D1D1D1. Windows color (decimal): -5382666 or 16178605. OLE color: 16178605.

HSL color Cylindrical-coordinate representation of color #ADDDF6: hue angle of 200.55º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDDF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173221246-
CMYK0.300.1000.04
HSL200.55º80.22%82.16%-
HSV(B)200.55º29.67%96.47%-
XYZ59.7267.2597.02-
YUV209.5148.6101.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.03%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 246 (96.48% from 255) = 38.44%
R=27.03%
G=34.53%
B=38.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732212460.300.1000.04200.5580.2282.16
HexADDDF61EA04c95052
Octal255335366361204311120122
Binary10101101110111011111011011110101001001100100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adddf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adddf6; }

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

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

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

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

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

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

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

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