#A8DAF3

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

Shades of Light Blue #A8DAF3

Tints of Light Blue #A8DAF3

Color information

#A8DAF3 (or 0xA8DAF3) is unknown color: approx Light Blue. HEX triplet: A8, DA and F3. RGB value is (168,218,243). Sum of RGB (Red+Green+Blue) = 168+218+243=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8DAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAF3 is #57250C. Grayscale: #CDCDCD. Windows color (decimal): -5711117 or 15981224. OLE color: 15981224.

HSL color Cylindrical-coordinate representation of color #A8DAF3: hue angle of 200º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DAF3 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168218243-
CMYK0.310.1000.05
HSL200º75.76%80.59%-
HSV(B)200º30.86%95.29%-
XYZ57.464.9494.3-
YUV205.9148.94100.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.71%
GREEN value IS 218 (85.55% from 255) = 34.66%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=26.71%
G=34.66%
B=38.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682182430.310.1000.0520075.7680.59
HexA8DAF31FA05c84c51
Octal250332363371205310114121
Binary10101000110110101111001111111101001011100100010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAF3; }

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

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

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

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

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

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

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

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