#A8DCF3

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

Shades of Light Blue #A8DCF3

Tints of Light Blue #A8DCF3

Color information

#A8DCF3 (or 0xA8DCF3) is unknown color: approx Light Blue. HEX triplet: A8, DC and F3. RGB value is (168,220,243). Sum of RGB (Red+Green+Blue) = 168+220+243=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #A8DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCF3 is #57230C. Grayscale: #CECECE. Windows color (decimal): -5710605 or 15981736. OLE color: 15981736.

HSL color Cylindrical-coordinate representation of color #A8DCF3: hue angle of 198.4º 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 #A8DCF3 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168220243-
CMYK0.310.0900.05
HSL198.4º75.76%80.59%-
HSV(B)198.4º30.86%95.29%-
XYZ57.9265.9894.48-
YUV207.07148.27100.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.62%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 243 (95.31% from 255) = 38.51%
R=26.62%
G=34.87%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682202430.310.0900.05198.475.7680.59
HexA8DCF31F905c64c51
Octal250334363371105306114121
Binary10101000110111001111001111111100101011100011010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCF3; }

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

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

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

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

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

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

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

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