#A9DBF1

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

Shades of Light Blue #A9DBF1

Tints of Light Blue #A9DBF1

Color information

#A9DBF1 (or 0xA9DBF1) is unknown color: approx Light Blue. HEX triplet: A9, DB and F1. RGB value is (169,219,241). Sum of RGB (Red+Green+Blue) = 169+219+241=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9DBF1 is #56240E. Grayscale: #CECECE. Windows color (decimal): -5645327 or 15850409. OLE color: 15850409.

HSL color Cylindrical-coordinate representation of color #A9DBF1: hue angle of 198.33º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9DBF1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169219241-
CMYK0.300.0900.05
HSL198.33º72%80.39%-
HSV(B)198.33º29.88%94.51%-
XYZ57.5765.4592.82-
YUV206.56147.44101.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.87%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=26.87%
G=34.82%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1692192410.300.0900.05198.337280.39
HexA9DBF11E905c64850
Octal251333361361105306110120
Binary10101001110110111111000111110100101011100011010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DBF1; }

 p { color: rgb(169,219,241); }

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

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

 a { background-color: rgb(169,219,241); }

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

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

 span { border-color: rgb(169,219,241); }

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