#ADDAE9

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

Shades of Light Blue #ADDAE9

Tints of Light Blue #ADDAE9

Color information

#ADDAE9 (or 0xADDAE9) is unknown color: approx Light Blue. HEX triplet: AD, DA and E9. RGB value is (173,218,233). Sum of RGB (Red+Green+Blue) = 173+218+233=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAE9 is #522516. Grayscale: #CECECE. Windows color (decimal): -5383447 or 15325869. OLE color: 15325869.

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

Color convert

RGB173218233-
CMYK0.260.0600.09
HSL195º57.69%79.61%-
HSV(B)195º25.75%91.37%-
XYZ57.0164.9186.61-
YUV206.26143.09104.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 218 (85.55% from 255) = 34.94%
BLUE value IS 233 (91.41% from 255) = 37.34%
R=27.72%
G=34.94%
B=37.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732182330.260.0600.0919557.6979.61
HexADDAE91A609c33a50
Octal25533235132601130372120
Binary1010110111011010111010011101011001001110000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAE9; }

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

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

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

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

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

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

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

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