#A8DAEB

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

Shades of Light Blue #A8DAEB

Tints of Light Blue #A8DAEB

Color information

#A8DAEB (or 0xA8DAEB) is unknown color: approx Light Blue. HEX triplet: A8, DA and EB. RGB value is (168,218,235). Sum of RGB (Red+Green+Blue) = 168+218+235=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAEB is #572514. Grayscale: #CCCCCC. Windows color (decimal): -5711125 or 15456936. OLE color: 15456936.

HSL color Cylindrical-coordinate representation of color #A8DAEB: hue angle of 195.22º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DAEB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168218235-
CMYK0.290.0700.08
HSL195.22º62.62%79.02%-
HSV(B)195.22º28.51%92.16%-
XYZ56.2264.4788.08-
YUV204.99144.94101.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.05%
GREEN value IS 218 (85.55% from 255) = 35.10%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=27.05%
G=35.10%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682182350.290.0700.08195.2262.6279.02
HexA8DAEB1D708c33f4f
Octal25033235335701030377117
Binary1010100011011010111010111110111101000110000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAEB; }

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

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

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

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

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

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

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

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