#ADD8E2

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

Shades of Light Blue #ADD8E2

Tints of Light Blue #ADD8E2

Color information

#ADD8E2 (or 0xADD8E2) is unknown color: approx Light Blue. HEX triplet: AD, D8 and E2. RGB value is (173,216,226). Sum of RGB (Red+Green+Blue) = 173+216+226=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADD8E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8E2 is #52271D. Grayscale: #CCCCCC. Windows color (decimal): -5383966 or 14866605. OLE color: 14866605.

HSL color Cylindrical-coordinate representation of color #ADD8E2: hue angle of 191.32º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADD8E2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173216226-
CMYK0.230.0400.11
HSL191.32º47.75%78.24%-
HSV(B)191.32º23.45%88.63%-
XYZ55.5263.4981.28-
YUV204.28140.25105.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 226 (88.67% from 255) = 36.75%
R=28.13%
G=35.12%
B=36.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732162260.230.0400.11191.3247.7578.24
HexADD8E21740Bbf304e
Octal25533034227401327760116
Binary1010110111011000111000101011110001011101111111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8E2; }

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

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

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

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

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

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

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

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