#ADDAF1

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

Shades of Light Blue #ADDAF1

Tints of Light Blue #ADDAF1

Color information

#ADDAF1 (or 0xADDAF1) is unknown color: approx Light Blue. HEX triplet: AD, DA and F1. RGB value is (173,218,241). Sum of RGB (Red+Green+Blue) = 173+218+241=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF1 is #52250E. Grayscale: #CFCFCF. Windows color (decimal): -5383439 or 15850157. OLE color: 15850157.

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

Color convert

RGB173218241-
CMYK0.280.1000.05
HSL200.29º70.83%81.18%-
HSV(B)200.29º28.22%94.51%-
XYZ58.1865.3892.77-
YUV207.17147.09103.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.37%
GREEN value IS 218 (85.55% from 255) = 34.49%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=27.37%
G=34.49%
B=38.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732182410.280.1000.05200.2970.8381.18
HexADDAF11CA05c84751
Octal255332361341205310107121
Binary10101101110110101111000111100101001011100100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDAF1; }

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

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

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

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

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

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

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

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