#ADD8E6

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

Shades of LightBlue #ADD8E6

Tints of LightBlue #ADD8E6

Color information

#ADD8E6 (or 0xADD8E6) is known color: LightBlue. HEX triplet: AD, D8 and E6. RGB value is (173,216,230). Sum of RGB (Red+Green+Blue) = 173+216+230=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADD8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8E6 is #522719. Grayscale: #CCCCCC. Windows color (decimal): -5383962 or 15128749. OLE color: 15128749.

HSL color Cylindrical-coordinate representation of color #ADD8E6: hue angle of 194.74º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADD8E6 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173216230-
CMYK0.250.0600.10
HSL194.74º53.27%79.02%-
HSV(B)194.74º24.78%90.2%-
XYZ56.0763.7184.2-
YUV204.74142.25105.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=27.95%
G=34.89%
B=37.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732162300.250.0600.10194.7453.2779.02
HexADD8E61960Ac3354f
Octal25533034631601230365117
Binary1010110111011000111001101100111001010110000111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8E6; }

 p { color: rgb(173,216,230); }

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

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

 a { background-color: rgb(173,216,230); }

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

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

 span { border-color: rgb(173,216,230); }

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