#A8DAFC

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

Shades of Columbia Blue #A8DAFC

Tints of Columbia Blue #A8DAFC

Color information

#A8DAFC (or 0xA8DAFC) is unknown color: approx Columbia Blue. HEX triplet: A8, DA and FC. RGB value is (168,218,252). Sum of RGB (Red+Green+Blue) = 168+218+252=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFC is #572503. Grayscale: #CECECE. Windows color (decimal): -5711108 or 16571048. OLE color: 16571048.

HSL color Cylindrical-coordinate representation of color #A8DAFC: hue angle of 204.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DAFC is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB168218252-
CMYK0.330.1300.01
HSL204.29º93.33%82.35%-
HSV(B)204.29º33.33%98.82%-
XYZ58.7965.5101.64-
YUV206.93153.44100.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.33%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 39.50%
R=26.33%
G=34.17%
B=39.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682182520.330.1300.01204.2993.3382.35
HexA8DAFC21D01cc5d52
Octal250332374411501314135122
Binary1010100011011010111111001000011101011100110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAFC; }

 p { color: rgb(168,218,252); }

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

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

 a { background-color: rgb(168,218,252); }

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

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

 span { border-color: rgb(168,218,252); }

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