#A4DCFA

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

Shades of Columbia Blue #A4DCFA

Tints of Columbia Blue #A4DCFA

Color information

#A4DCFA (or 0xA4DCFA) is unknown color: approx Columbia Blue. HEX triplet: A4, DC and FA. RGB value is (164,220,250). Sum of RGB (Red+Green+Blue) = 164+220+250=634 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.87% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFA is #5B2305. Grayscale: #CECECE. Windows color (decimal): -5972742 or 16440484. OLE color: 16440484.

HSL color Cylindrical-coordinate representation of color #A4DCFA: hue angle of 200.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4DCFA is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164220250-
CMYK0.340.1200.02
HSL200.93º89.58%81.18%-
HSV(B)200.93º34.4%98.04%-
XYZ58.1665.98100.11-
YUV206.68152.4597.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.87%
GREEN value IS 220 (86.33% from 255) = 34.70%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=25.87%
G=34.70%
B=39.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642202500.340.1200.02200.9389.5881.18
HexA4DCFA22C02c95a51
Octal244334372421402311132121
Binary10100100110111001111101010001011000101100100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCFA; }

 p { color: rgb(164,220,250); }

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

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

 a { background-color: rgb(164,220,250); }

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

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

 span { border-color: rgb(164,220,250); }

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