#ADD7ED

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

Shades of Light Blue #ADD7ED

Tints of Light Blue #ADD7ED

Color information

#ADD7ED (or 0xADD7ED) is unknown color: approx Light Blue. HEX triplet: AD, D7 and ED. RGB value is (173,215,237). Sum of RGB (Red+Green+Blue) = 173+215+237=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADD7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD7ED is #522812. Grayscale: #CCCCCC. Windows color (decimal): -5384211 or 15587245. OLE color: 15587245.

HSL color Cylindrical-coordinate representation of color #ADD7ED: hue angle of 200.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD7ED is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173215237-
CMYK0.270.0900.07
HSL200.62º64%80.39%-
HSV(B)200.62º27%92.94%-
XYZ56.8263.689.4-
YUV204.95146.09105.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=27.68%
G=34.4%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732152370.270.0900.07200.626480.39
HexADD7ED1B907c94050
Octal255327355331107311100120
Binary10101101110101111110110111011100101111100100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7ED; }

 p { color: rgb(173,215,237); }

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

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

 a { background-color: rgb(173,215,237); }

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

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

 span { border-color: rgb(173,215,237); }

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