#ADDFEC

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

Shades of Light Blue #ADDFEC

Tints of Light Blue #ADDFEC

Color information

#ADDFEC (or 0xADDFEC) is unknown color: approx Light Blue. HEX triplet: AD, DF and EC. RGB value is (173,223,236). Sum of RGB (Red+Green+Blue) = 173+223+236=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEC is #522013. Grayscale: #D1D1D1. Windows color (decimal): -5382164 or 15523757. OLE color: 15523757.

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

Color convert

RGB173223236-
CMYK0.270.0600.07
HSL192.38º62.38%80.2%-
HSV(B)192.38º26.69%92.55%-
XYZ58.7667.7289.33-
YUV209.53142.94101.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 236 (92.58% from 255) = 37.34%
R=27.37%
G=35.28%
B=37.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732232360.270.0600.07192.3862.3880.2
HexADDFEC1B607c03e50
Octal2553373543360730076120
Binary101011011101111111101100110111100111110000001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFEC; }

 p { color: rgb(173,223,236); }

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

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

 a { background-color: rgb(173,223,236); }

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

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

 span { border-color: rgb(173,223,236); }

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