#A8DCED

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

Shades of Light Blue #A8DCED

Tints of Light Blue #A8DCED

Color information

#A8DCED (or 0xA8DCED) is unknown color: approx Light Blue. HEX triplet: A8, DC and ED. RGB value is (168,220,237). Sum of RGB (Red+Green+Blue) = 168+220+237=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCED is #572312. Grayscale: #CECECE. Windows color (decimal): -5710611 or 15588520. OLE color: 15588520.

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

Color convert

RGB168220237-
CMYK0.290.0700.07
HSL194.78º65.71%79.41%-
HSV(B)194.78º29.11%92.94%-
XYZ57.0365.6389.78-
YUV206.39145.27100.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.88%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=26.88%
G=35.2%
B=37.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1682202370.290.0700.07194.7865.7179.41
HexA8DCED1D707c3424f
Octal25033435535707303102117
Binary1010100011011100111011011110111101111100001110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCED; }

 p { color: rgb(168,220,237); }

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

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

 a { background-color: rgb(168,220,237); }

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

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

 span { border-color: rgb(168,220,237); }

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