#ADDFF1

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

Shades of Light Blue #ADDFF1

Tints of Light Blue #ADDFF1

Color information

#ADDFF1 (or 0xADDFF1) is unknown color: approx Light Blue. HEX triplet: AD, DF and F1. RGB value is (173,223,241). Sum of RGB (Red+Green+Blue) = 173+223+241=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF1 is #52200E. Grayscale: #D1D1D1. Windows color (decimal): -5382159 or 15851437. OLE color: 15851437.

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

Color convert

RGB173223241-
CMYK0.280.0700.05
HSL195.88º70.83%81.18%-
HSV(B)195.88º28.22%94.51%-
XYZ59.568.0193.21-
YUV210.1145.44101.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 241 (94.53% from 255) = 37.83%
R=27.16%
G=35.01%
B=37.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732232410.280.0700.05195.8870.8381.18
HexADDFF11C705c44751
Octal25533736134705304107121
Binary1010110111011111111100011110011101011100010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFF1; }

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

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

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

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

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

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

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

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