#A8D9FE

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

Shades of Columbia Blue #A8D9FE

Tints of Columbia Blue #A8D9FE

Color information

#A8D9FE (or 0xA8D9FE) is unknown color: approx Columbia Blue. HEX triplet: A8, D9 and FE. RGB value is (168,217,254). Sum of RGB (Red+Green+Blue) = 168+217+254=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9FE is #572601. Grayscale: #CECECE. Windows color (decimal): -5711362 or 16701864. OLE color: 16701864.

HSL color Cylindrical-coordinate representation of color #A8D9FE: hue angle of 205.81º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D9FE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168217254-
CMYK0.340.1500.00
HSL205.81º97.73%82.75%-
HSV(B)205.81º33.86%99.61%-
XYZ58.8565.11103.23-
YUV206.57154.77100.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.29%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=26.29%
G=33.96%
B=39.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682172540.340.1500.00205.8197.7382.75
HexA8D9FE22F00ce6253
Octal250331376421700316142123
Binary1010100011011001111111101000101111001100111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9FE; }

 p { color: rgb(168,217,254); }

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

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

 a { background-color: rgb(168,217,254); }

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

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

 span { border-color: rgb(168,217,254); }

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