#ADDAE5

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

Shades of Light Blue #ADDAE5

Tints of Light Blue #ADDAE5

Color information

#ADDAE5 (or 0xADDAE5) is unknown color: approx Light Blue. HEX triplet: AD, DA and E5. RGB value is (173,218,229). Sum of RGB (Red+Green+Blue) = 173+218+229=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAE5 is #52251A. Grayscale: #CDCDCD. Windows color (decimal): -5383451 or 15063725. OLE color: 15063725.

HSL color Cylindrical-coordinate representation of color #ADDAE5: hue angle of 191.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDAE5 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173218229-
CMYK0.240.0500.10
HSL191.79º51.85%78.82%-
HSV(B)191.79º24.45%89.8%-
XYZ56.4564.6883.64-
YUV205.8141.09104.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 229 (89.84% from 255) = 36.94%
R=27.90%
G=35.16%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1732182290.240.0500.10191.7951.8578.82
HexADDAE51850Ac0344f
Octal25533234530501230064117
Binary1010110111011010111001011100010101010110000001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAE5; }

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

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

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

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

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

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

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

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