#A5DAFC

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

Shades of Columbia Blue #A5DAFC

Tints of Columbia Blue #A5DAFC

Color information

#A5DAFC (or 0xA5DAFC) is unknown color: approx Columbia Blue. HEX triplet: A5, DA and FC. RGB value is (165,218,252). Sum of RGB (Red+Green+Blue) = 165+218+252=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DAFC is #5A2503. Grayscale: #CDCDCD. Windows color (decimal): -5907716 or 16571045. OLE color: 16571045.

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

Color convert

RGB165218252-
CMYK0.350.1300.01
HSL203.45º93.55%81.76%-
HSV(B)203.45º34.52%98.82%-
XYZ58.1665.17101.61-
YUV206.03153.9498.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.98%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=25.98%
G=34.33%
B=39.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652182520.350.1300.01203.4593.5581.76
HexA5DAFC23D01cb5e52
Octal245332374431501313136122
Binary1010010111011010111111001000111101011100101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAFC; }

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

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

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

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

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

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

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

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