#ADD6EB

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

Shades of Light Blue #ADD6EB

Tints of Light Blue #ADD6EB

Color information

#ADD6EB (or 0xADD6EB) is unknown color: approx Light Blue. HEX triplet: AD, D6 and EB. RGB value is (173,214,235). Sum of RGB (Red+Green+Blue) = 173+214+235=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADD6EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD6EB is #522914. Grayscale: #CCCCCC. Windows color (decimal): -5384469 or 15455917. OLE color: 15455917.

HSL color Cylindrical-coordinate representation of color #ADD6EB: hue angle of 200.32º degrees, saturation: 0.61, 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 #ADD6EB is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173214235-
CMYK0.260.0900.08
HSL200.32º60.78%80%-
HSV(B)200.32º26.38%92.16%-
XYZ56.2862.9887.79-
YUV204.14145.42105.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=27.81%
G=34.41%
B=37.78%

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
Decimal1732142350.260.0900.08200.3260.7880
HexADD6EB1A908c83d50
Octal255326353321101031075120
Binary10101101110101101110101111010100101000110010001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD6EB; }

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

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

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

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

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

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

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

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