#ADD6E7

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

Shades of Light Blue #ADD6E7

Tints of Light Blue #ADD6E7

Color information

#ADD6E7 (or 0xADD6E7) is unknown color: approx Light Blue. HEX triplet: AD, D6 and E7. RGB value is (173,214,231). Sum of RGB (Red+Green+Blue) = 173+214+231=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 231 (90.62% from 255 or 37.38% from 618); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADD6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6E7 is #522918. Grayscale: #CBCBCB. Windows color (decimal): -5384473 or 15193773. OLE color: 15193773.

HSL color Cylindrical-coordinate representation of color #ADD6E7: hue angle of 197.59º 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 #ADD6E7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173214231-
CMYK0.250.0700.09
HSL197.59º54.72%79.22%-
HSV(B)197.59º25.11%90.59%-
XYZ55.762.7584.78-
YUV203.68143.42106.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.99%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 231 (90.62% from 255) = 37.38%
R=27.99%
G=34.63%
B=37.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732142310.250.0700.09197.5954.7279.22
HexADD6E719709c6374f
Octal25532634731701130667117
Binary1010110111010110111001111100111101001110001101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6E7; }

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

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

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

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

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

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

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

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