#A8DFFD

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

Shades of Columbia Blue #A8DFFD

Tints of Columbia Blue #A8DFFD

Color information

#A8DFFD (or 0xA8DFFD) is unknown color: approx Columbia Blue. HEX triplet: A8, DF and FD. RGB value is (168,223,253). Sum of RGB (Red+Green+Blue) = 168+223+253=644 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.09% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFFD is #572002. Grayscale: #D1D1D1. Windows color (decimal): -5709827 or 16637864. OLE color: 16637864.

HSL color Cylindrical-coordinate representation of color #A8DFFD: hue angle of 201.18º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8DFFD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168223253-
CMYK0.340.1200.01
HSL201.18º95.51%82.55%-
HSV(B)201.18º33.6%99.22%-
XYZ60.2768.19102.91-
YUV209.98152.2898.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.09%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=26.09%
G=34.63%
B=39.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682232530.340.1200.01201.1895.5182.55
HexA8DFFD22C01c96053
Octal250337375421401311140123
Binary1010100011011111111111011000101100011100100111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFFD; }

 p { color: rgb(168,223,253); }

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

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

 a { background-color: rgb(168,223,253); }

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

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

 span { border-color: rgb(168,223,253); }

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