#ADDAE7

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

Shades of Light Blue #ADDAE7

Tints of Light Blue #ADDAE7

Color information

#ADDAE7 (or 0xADDAE7) is unknown color: approx Light Blue. HEX triplet: AD, DA and E7. RGB value is (173,218,231). Sum of RGB (Red+Green+Blue) = 173+218+231=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAE7 is #522518. Grayscale: #CDCDCD. Windows color (decimal): -5383449 or 15194797. OLE color: 15194797.

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

Color convert

RGB173218231-
CMYK0.250.0600.09
HSL193.45º54.72%79.22%-
HSV(B)193.45º25.11%90.59%-
XYZ56.7364.885.12-
YUV206.03142.09104.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.81%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 231 (90.62% from 255) = 37.14%
R=27.81%
G=35.05%
B=37.14%

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
Decimal1732182310.250.0600.09193.4554.7279.22
HexADDAE719609c1374f
Octal25533234731601130167117
Binary1010110111011010111001111100111001001110000011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAE7; }

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

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

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

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

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

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

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

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