#ADDDF1

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

Shades of Light Blue #ADDDF1

Tints of Light Blue #ADDDF1

Color information

#ADDDF1 (or 0xADDDF1) is unknown color: approx Light Blue. HEX triplet: AD, DD and F1. RGB value is (173,221,241). Sum of RGB (Red+Green+Blue) = 173+221+241=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDF1 is #52220E. Grayscale: #D0D0D0. Windows color (decimal): -5382671 or 15850925. OLE color: 15850925.

HSL color Cylindrical-coordinate representation of color #ADDDF1: hue angle of 197.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDDF1 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173221241-
CMYK0.280.0800.05
HSL197.65º70.83%81.18%-
HSV(B)197.65º28.22%94.51%-
XYZ58.9766.9593.03-
YUV208.93146.1102.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=27.24%
G=34.80%
B=37.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732212410.280.0800.05197.6570.8381.18
HexADDDF11C805c64751
Octal255335361341005306107121
Binary10101101110111011111000111100100001011100011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDF1; }

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

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

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

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

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

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

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

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