#A4DBF1

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

Shades of Light Blue #A4DBF1

Tints of Light Blue #A4DBF1

Color information

#A4DBF1 (or 0xA4DBF1) is unknown color: approx Light Blue. HEX triplet: A4, DB and F1. RGB value is (164,219,241). Sum of RGB (Red+Green+Blue) = 164+219+241=624 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.28% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBF1 is #5B240E. Grayscale: #CCCCCC. Windows color (decimal): -5973007 or 15850404. OLE color: 15850404.

HSL color Cylindrical-coordinate representation of color #A4DBF1: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DBF1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164219241-
CMYK0.320.0900.05
HSL197.14º73.33%79.41%-
HSV(B)197.14º31.95%94.51%-
XYZ56.5264.9192.77-
YUV205.06148.2898.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.28%
GREEN value IS 219 (85.94% from 255) = 35.10%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=26.28%
G=35.10%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642192410.320.0900.05197.1473.3379.41
HexA4DBF120905c5494f
Octal244333361401105305111117
Binary101001001101101111110001100000100101011100010110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBF1; }

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

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

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

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

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

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

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

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