#A8DAF0

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

Shades of Light Blue #A8DAF0

Tints of Light Blue #A8DAF0

Color information

#A8DAF0 (or 0xA8DAF0) is unknown color: approx Light Blue. HEX triplet: A8, DA and F0. RGB value is (168,218,240). Sum of RGB (Red+Green+Blue) = 168+218+240=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #A8DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAF0 is #57250F. Grayscale: #CDCDCD. Windows color (decimal): -5711120 or 15784616. OLE color: 15784616.

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

Color convert

RGB168218240-
CMYK0.30.0900.06
HSL198.33º70.59%80%-
HSV(B)198.33º30%94.12%-
XYZ56.9564.7691.94-
YUV205.56147.44101.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=26.84%
G=34.82%
B=38.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682182400.30.0900.06198.3370.5980
HexA8DAF01E906c64750
Octal250332360361106306107120
Binary10101000110110101111000011110100101101100011010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAF0; }

 p { color: rgb(168,218,240); }

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

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

 a { background-color: rgb(168,218,240); }

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

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

 span { border-color: rgb(168,218,240); }

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