#ADDAEE

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

Shades of Light Blue #ADDAEE

Tints of Light Blue #ADDAEE

Color information

#ADDAEE (or 0xADDAEE) is unknown color: approx Light Blue. HEX triplet: AD, DA and EE. RGB value is (173,218,238). Sum of RGB (Red+Green+Blue) = 173+218+238=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEE is #522511. Grayscale: #CECECE. Windows color (decimal): -5383442 or 15653549. OLE color: 15653549.

HSL color Cylindrical-coordinate representation of color #ADDAEE: hue angle of 198.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDAEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173218238-
CMYK0.270.0800.07
HSL198.46º65.66%80.59%-
HSV(B)198.46º27.31%93.33%-
XYZ57.7465.290.43-
YUV206.82145.59103.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.50%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=27.50%
G=34.66%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732182380.270.0800.07198.4665.6680.59
HexADDAEE1B807c64251
Octal255332356331007306102121
Binary10101101110110101110111011011100001111100011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAEE; }

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

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

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

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

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

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

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

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