#A8D9F8

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

Shades of Columbia Blue #A8D9F8

Tints of Columbia Blue #A8D9F8

Color information

#A8D9F8 (or 0xA8D9F8) is unknown color: approx Columbia Blue. HEX triplet: A8, D9 and F8. RGB value is (168,217,248). Sum of RGB (Red+Green+Blue) = 168+217+248=633 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.54% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #A8D9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9F8 is #572607. Grayscale: #CDCDCD. Windows color (decimal): -5711368 or 16308648. OLE color: 16308648.

HSL color Cylindrical-coordinate representation of color #A8D9F8: hue angle of 203.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D9F8 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB168217248-
CMYK0.320.1200.03
HSL203.25º85.11%81.57%-
HSV(B)203.25º32.26%97.25%-
XYZ57.964.7398.25-
YUV205.88151.77100.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.54%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 248 (97.27% from 255) = 39.18%
R=26.54%
G=34.28%
B=39.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682172480.320.1200.03203.2585.1181.57
HexA8D9F820C03cb5552
Octal250331370401403313125122
Binary10101000110110011111100010000011000111100101110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D9F8; }

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

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

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

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

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

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

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

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