#ADD8E7

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

Shades of Light Blue #ADD8E7

Tints of Light Blue #ADD8E7

Color information

#ADD8E7 (or 0xADD8E7) is unknown color: approx Light Blue. HEX triplet: AD, D8 and E7. RGB value is (173,216,231). Sum of RGB (Red+Green+Blue) = 173+216+231=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD8E7 is #522718. Grayscale: #CCCCCC. Windows color (decimal): -5383961 or 15194285. OLE color: 15194285.

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

Color convert

RGB173216231-
CMYK0.250.0600.09
HSL195.52º54.72%79.22%-
HSV(B)195.52º25.11%90.59%-
XYZ56.2163.7784.95-
YUV204.85142.75105.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=27.90%
G=34.84%
B=37.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732162310.250.0600.09195.5254.7279.22
HexADD8E719609c4374f
Octal25533034731601130467117
Binary1010110111011000111001111100111001001110001001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD8E7; }

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

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

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

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

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

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

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

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