#ADDDE8

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

Shades of Light Blue #ADDDE8

Tints of Light Blue #ADDDE8

Color information

#ADDDE8 (or 0xADDDE8) is unknown color: approx Light Blue. HEX triplet: AD, DD and E8. RGB value is (173,221,232). Sum of RGB (Red+Green+Blue) = 173+221+232=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDE8 is #522217. Grayscale: #CFCFCF. Windows color (decimal): -5382680 or 15261101. OLE color: 15261101.

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

Color convert

RGB173221232-
CMYK0.250.0500.09
HSL191.19º56.19%79.41%-
HSV(B)191.19º25.43%90.98%-
XYZ57.6666.4286.13-
YUV207.9141.6103.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.64%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=27.64%
G=35.30%
B=37.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1732212320.250.0500.09191.1956.1979.41
HexADDDE819509bf384f
Octal25533535031501127770117
Binary1010110111011101111010001100110101001101111111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDE8; }

 p { color: rgb(173,221,232); }

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

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

 a { background-color: rgb(173,221,232); }

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

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

 span { border-color: rgb(173,221,232); }

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