#A5DCFC

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

Shades of Columbia Blue #A5DCFC

Tints of Columbia Blue #A5DCFC

Color information

#A5DCFC (or 0xA5DCFC) is unknown color: approx Columbia Blue. HEX triplet: A5, DC and FC. RGB value is (165,220,252). Sum of RGB (Red+Green+Blue) = 165+220+252=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCFC is #5A2303. Grayscale: #CFCFCF. Windows color (decimal): -5907204 or 16571557. OLE color: 16571557.

HSL color Cylindrical-coordinate representation of color #A5DCFC: hue angle of 202.07º 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 #A5DCFC is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165220252-
CMYK0.350.1300.01
HSL202.07º93.55%81.76%-
HSV(B)202.07º34.52%98.82%-
XYZ58.6866.21101.78-
YUV207.2153.2897.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.90%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=25.90%
G=34.54%
B=39.56%

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
Decimal1652202520.350.1300.01202.0793.5581.76
HexA5DCFC23D01ca5e52
Octal245334374431501312136122
Binary1010010111011100111111001000111101011100101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCFC; }

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

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

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

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

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

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

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

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