#ADDCE8

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

Shades of Light Blue #ADDCE8

Tints of Light Blue #ADDCE8

Color information

#ADDCE8 (or 0xADDCE8) is unknown color: approx Light Blue. HEX triplet: AD, DC and E8. RGB value is (173,220,232). Sum of RGB (Red+Green+Blue) = 173+220+232=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCE8 is #522317. Grayscale: #CFCFCF. Windows color (decimal): -5382936 or 15260845. OLE color: 15260845.

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

Color convert

RGB173220232-
CMYK0.250.0500.09
HSL192.2º56.19%79.41%-
HSV(B)192.2º25.43%90.98%-
XYZ57.3965.986.04-
YUV207.32141.93103.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=27.68%
G=35.2%
B=37.12%

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
Decimal1732202320.250.0500.09192.256.1979.41
HexADDCE819509c0384f
Octal25533435031501130070117
Binary1010110111011100111010001100110101001110000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCE8; }

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

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

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

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

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

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

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

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