#A8DBEF

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

Shades of Light Blue #A8DBEF

Tints of Light Blue #A8DBEF

Color information

#A8DBEF (or 0xA8DBEF) is unknown color: approx Light Blue. HEX triplet: A8, DB and EF. RGB value is (168,219,239). Sum of RGB (Red+Green+Blue) = 168+219+239=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBEF is #572410. Grayscale: #CDCDCD. Windows color (decimal): -5710865 or 15719336. OLE color: 15719336.

HSL color Cylindrical-coordinate representation of color #A8DBEF: hue angle of 196.9º degrees, saturation: 0.69, 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 #A8DBEF is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB168219239-
CMYK0.300.0800.06
HSL196.9º68.93%79.8%-
HSV(B)196.9º29.71%93.73%-
XYZ57.0665.2291.24-
YUV206.03146.6100.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 219 (85.94% from 255) = 34.98%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=26.84%
G=34.98%
B=38.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682192390.300.0800.06196.968.9379.8
HexA8DBEF1E806c54550
Octal250333357361006305105120
Binary10101000110110111110111111110100001101100010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBEF; }

 p { color: rgb(168,219,239); }

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

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

 a { background-color: rgb(168,219,239); }

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

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

 span { border-color: rgb(168,219,239); }

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