#A4DAF1

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

Shades of Light Blue #A4DAF1

Tints of Light Blue #A4DAF1

Color information

#A4DAF1 (or 0xA4DAF1) is unknown color: approx Light Blue. HEX triplet: A4, DA and F1. RGB value is (164,218,241). Sum of RGB (Red+Green+Blue) = 164+218+241=623 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.32% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #A4DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAF1 is #5B250E. Grayscale: #CCCCCC. Windows color (decimal): -5973263 or 15850148. OLE color: 15850148.

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

Color convert

RGB164218241-
CMYK0.320.1000.05
HSL197.92º73.33%79.41%-
HSV(B)197.92º31.95%94.51%-
XYZ56.2664.3992.68-
YUV204.48148.6199.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.32%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 241 (94.53% from 255) = 38.68%
R=26.32%
G=34.99%
B=38.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1642182410.320.1000.05197.9273.3379.41
HexA4DAF120A05c6494f
Octal244332361401205306111117
Binary101001001101101011110001100000101001011100011010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAF1; }

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

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

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

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

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

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

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

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