#ADD4DF

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

Shades of Light Blue #ADD4DF

Tints of Light Blue #ADD4DF

Color information

#ADD4DF (or 0xADD4DF) is unknown color: approx Light Blue. HEX triplet: AD, D4 and DF. RGB value is (173,212,223). Sum of RGB (Red+Green+Blue) = 173+212+223=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 212 (83.20% from 255 or 34.87% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DF is #522B20. Grayscale: #C9C9C9. Windows color (decimal): -5384993 or 14668973. OLE color: 14668973.

HSL color Cylindrical-coordinate representation of color #ADD4DF: hue angle of 193.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADD4DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173212223-
CMYK0.220.0500.13
HSL193.2º43.86%77.65%-
HSV(B)193.2º22.42%87.45%-
XYZ54.161.378.79-
YUV201.59140.08107.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 212 (83.20% from 255) = 34.87%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=28.45%
G=34.87%
B=36.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732122230.220.0500.13193.243.8677.65
HexADD4DF1650Dc12c4e
Octal25532433726501530154116
Binary1010110111010100110111111011010101101110000011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4DF; }

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

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

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

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

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

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

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

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