#ADD6EA

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

Shades of Light Blue #ADD6EA

Tints of Light Blue #ADD6EA

Color information

#ADD6EA (or 0xADD6EA) is unknown color: approx Light Blue. HEX triplet: AD, D6 and EA. RGB value is (173,214,234). Sum of RGB (Red+Green+Blue) = 173+214+234=621 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.86% from 621); Green value is 214 (83.98% from 255 or 34.46% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EA is #522915. Grayscale: #CBCBCB. Windows color (decimal): -5384470 or 15390381. OLE color: 15390381.

HSL color Cylindrical-coordinate representation of color #ADD6EA: hue angle of 199.67º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD6EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173214234-
CMYK0.260.0900.08
HSL199.67º59.22%79.8%-
HSV(B)199.67º26.07%91.76%-
XYZ56.1362.9287.03-
YUV204.02144.92105.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.86%
GREEN value IS 214 (83.98% from 255) = 34.46%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=27.86%
G=34.46%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732142340.260.0900.08199.6759.2279.8
HexADD6EA1A908c83b50
Octal255326352321101031073120
Binary10101101110101101110101011010100101000110010001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6EA; }

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

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

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

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

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

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

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

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